feat(404): update 404.html style

This commit is contained in:
Dillon
2020-02-02 18:18:06 +08:00
parent 517b734347
commit 17bbe91c6f
5 changed files with 10 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
{{- if $avatar -}}
<div class="home-avatar">
<a href="/posts">
<img src={{ $avatar | relURL }} alt="avatar">
<img src={{ $avatar | relURL }} alt="avatar" title="{{ T "home" }}">
</a>
</div>
{{- end -}}