aboutsummaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorTrack3 <34504964+Track3@users.noreply.github.com>2019-06-21 13:15:53 +0800
committerGitHub <noreply@github.com>2019-06-21 13:15:53 +0800
commit6cee5adc69ed07b38786f0ad2512c2a4faf31063 (patch)
treedcb63feb11d0c3926dd98b1c41dbb9c93f5914de /i18n
parente333628a2663020701e058da5e15ae39ffc796bf (diff)
downloadhermit-6cee5adc69ed07b38786f0ad2512c2a4faf31063.tar.gz
Add related content section to single page (#77)
Set `relatedPosts` to `true` in the config to enable this.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml3
-rw-r--r--i18n/zh-hans.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 1b09bfc..e68038a 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -14,6 +14,9 @@ other = "Archives"
# posts/single.html
#
+[seeAlso]
+other = "See Also"
+
[wordCount]
other = "{{ .WordCount }} Words"
diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml
index 8884b93..b9c064a 100644
--- a/i18n/zh-hans.toml
+++ b/i18n/zh-hans.toml
@@ -14,6 +14,9 @@ other = "归档"
# posts/single.html
#
+[seeAlso]
+other = "相关推荐"
+
[wordCount]
other = "{{ .WordCount }} 字"