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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-05-25 14:20:28 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-05-25 14:20:28 +0300
commite22b0496599b726eda74afb4b4bede46c81d157c (patch)
tree29d5c450467192011fceb99644af7c1855071515 /layouts/_default
parentf777951a01c9943213653d91f206fc187fe97132 (diff)
feat: add multilingual support
Diffstat (limited to 'layouts/_default')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index dabf53e..c50130b 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -31,7 +31,7 @@
{{ with $related }}
<div
class="col-span-2 {{ if not $hasSidebar }} {{- print "lg:col-start-2" -}} {{ end }} lg:col-span-6 bg-secondary-bg rounded p-6">
- <h2 class="text-lg font-semibold mb-4">See Also</h2>
+ <h2 class="text-lg font-semibold mb-4">{{ i18n "seeAlso" }}</h2>
<div class="content">
{{ range . }}
<a href="{{ .RelPermalink }}">{{ .Title }}</a>