aboutsummaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html2
-rw-r--r--layouts/partials/header.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 8a58e75..22cae96 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -5,7 +5,7 @@
href="/{{ .Section }}/index.xml"
class="link color-inherit db tc mv2 dim"
>
- Follow {{ .Section }} updates via RSS feed
+ {{ T "rss_follow" (dict "section" (T .Section)) }}
<i class="fa-solid fa-rss"></i>
</a>
{{ end }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 2dec03a..8613478 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -27,7 +27,7 @@
href="{{ .PageRef | relLangURL }}"
>
{{ .Pre }}
- {{- or (T .Identifier) .Name | safeHTML -}}
+ {{- T .Name | title -}}
</a>
</li>
{{ end }}