summaryrefslogtreecommitdiff
path: root/layouts/tags
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-09-13 11:50:38 +0200
committerArne Rief <riearn@proton.me>2025-09-13 11:50:38 +0200
commitafc1f095745a548ff400f187d53bc1570f02bcf2 (patch)
tree00cc286e358c2dfcb5d868d64cd7fef5428ad625 /layouts/tags
parentbc503590943804838a98e35c705a89667e5b0758 (diff)
RSS full content, index renamed to home, fix text bugs
Diffstat (limited to 'layouts/tags')
-rw-r--r--layouts/tags/list.html4
-rw-r--r--layouts/tags/term.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/layouts/tags/list.html b/layouts/tags/list.html
index bfe9479..651f427 100644
--- a/layouts/tags/list.html
+++ b/layouts/tags/list.html
@@ -3,10 +3,10 @@
<article class="tags-index">
<header class="tags-index__header">
<h1 class="tags-index__headline">
- {{ lang.Translate "tags.all" | default "All Tags" }}
+ {{ lang.Translate "tags.all_title" | default "All Tags" }}
</h1>
<p class="tags-index__description">
- {{ lang.Translate "tags.overview_all" | default "Overview of all topics covered on this site." }}
+ {{ lang.Translate "tags.all_description" | default "Overview of all topics covered on this site." }}
</p>
</header>
diff --git a/layouts/tags/term.html b/layouts/tags/term.html
index bbdc0bf..11dffa2 100644
--- a/layouts/tags/term.html
+++ b/layouts/tags/term.html
@@ -34,7 +34,7 @@
<footer class="tag-page__footer">
<nav class="tag-page__navigation" aria-label="{{ lang.Translate "tags.navigation" | default "Tag navigation" }}">
<a href="{{ .Parent.RelPermalink }}" class="tag-page__view-all-link">
- {{ lang.Translate "tags.all_tags" | default "All tags" }} »
+ {{ lang.Translate "tags.all_title" | default "All tags" }} »
</a>
</nav>
</footer>