Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarkai <49470347+varkai@users.noreply.github.com>2020-07-11 04:52:53 +0300
committerGitHub <noreply@github.com>2020-07-11 04:52:53 +0300
commit49e5da5a6682c186934c9d32aceed6a52b28aaa5 (patch)
tree8bb40df19031b043c97348b718f2d4b735e919e5
parent4b66933dd4eeb26f8281a1156cbb17a2b7db8fec (diff)
parent77a467429a7eaec42e06308083488c2e2a9be848 (diff)
Merge pull request #9 from note-sarisia-cc/404-i18n
use i18n translation in 404 page
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 748d55b..a8eaf54 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -8,7 +8,7 @@
<div class="page_tags">
<h1>(≥o≤)</h1>
<h2>{{ with .Site.Params.title404 }}{{ . }}{{ else }}404 Page Not Found{{ end }}</h2>
- <h3><a href="{{ .Site.BaseURL }}">首页</a></h3>
+ <h3><a href="{{ .Site.BaseURL }}">{{ i18n "home" }}</a></h3>
</div>
<div class="pagination"></div>
</div>