From 1161a5d832618aad3554b9d9bc08c14257f32bd9 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sat, 28 Dec 2024 04:23:23 +0100 Subject: advance translations --- layouts/partials/footer.html | 2 +- layouts/partials/header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts') 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)) }} {{ 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 -}} {{ end }} -- cgit v1.2.3