summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i18n/en.toml4
-rw-r--r--layouts/_default/single.gmi2
2 files changed, 3 insertions, 3 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index ddb5f1c..26d2edc 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -20,8 +20,8 @@
[journalEntries]
other = "Journal Entries"
-[links]
- other = "Links"
+[refs]
+ other = "References"
[navLinks]
other = "Navigation Links"
diff --git a/layouts/_default/single.gmi b/layouts/_default/single.gmi
index 850d57e..b145439 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 }}
-## {{ i18n "links" }}
+## {{ i18n "refs" }}
{{- range $refs }}
{{- $ref_index = add $ref_index 1 }}
{{- $ref_text := index . 1 }}