summaryrefslogtreecommitdiff
path: root/layouts/_default/all-posts.html
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-09-19 19:20:39 +0200
committerArne Rief <riearn@proton.me>2025-09-19 19:20:39 +0200
commita57a8f991a2a5960fc886aa8bfcfca9719cecfda (patch)
treec3bcdf0ff5138c539fdbcf5d28b52951da6c2eca /layouts/_default/all-posts.html
parente754bed52740760c91be6b651887980a51cd59cf (diff)
Flat i18n tables
Diffstat (limited to 'layouts/_default/all-posts.html')
-rw-r--r--layouts/_default/all-posts.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/all-posts.html b/layouts/_default/all-posts.html
index 319a8d5..d2ce8ee 100644
--- a/layouts/_default/all-posts.html
+++ b/layouts/_default/all-posts.html
@@ -9,7 +9,7 @@
{{ . }}
</div>
{{- else }}
- {{- $description := or .Description (lang.Translate "posts.all_description" | default "All posts on this website, from newest to oldest.") }}
+ {{- $description := or .Description (lang.Translate "posts_all_description" | default "All posts on this website, from newest to oldest.") }}
<p class="all-posts__description">
{{ $description }}
</p>
@@ -29,7 +29,7 @@
</div>
{{ else }}
<p class="all-posts__empty-message">
- {{ lang.Translate "posts.empty" | default "This site does not have any posts yet." }}
+ {{ lang.Translate "posts_empty" | default "This site does not have any posts yet." }}
</p>
{{- end }}
</section>