aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18n/en.toml3
-rw-r--r--layouts/_default/single.gmi2
2 files changed, 4 insertions, 1 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 7768b49..74cc3b0 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -19,3 +19,6 @@
[journalEntries]
other = "Journal Entries"
+
+[links]
+ other = "Links"
diff --git a/layouts/_default/single.gmi b/layouts/_default/single.gmi
index 1e56f7f..850d57e 100644
--- a/layouts/_default/single.gmi
+++ b/layouts/_default/single.gmi
@@ -73,7 +73,7 @@
{{- if and (.Page.Params.makerefs | default true) $refs }}
{{- $ref_index := 0 }}
-## Links
+## {{ i18n "links" }}
{{- range $refs }}
{{- $ref_index = add $ref_index 1 }}
{{- $ref_text := index . 1 }}