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:
authorsarisia <sarisiaice@gmail.com>2020-07-08 21:37:29 +0300
committersarisia <sarisiaice@gmail.com>2020-07-08 21:37:29 +0300
commit77a467429a7eaec42e06308083488c2e2a9be848 (patch)
tree5a58d943c6eb154dccd28cac4a365ec0e0370db0
parent700474e64e7422b01650f22844f272e0c72f6da4 (diff)
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>