From c2e817e7ee9b32bd4f34f01b006793de37f8d335 Mon Sep 17 00:00:00 2001 From: Daniel Pessoa Date: Mon, 7 Dec 2020 19:37:18 -0300 Subject: [PATCH] Replace hardcoded text with i18n --- layouts/_default/archives.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index d2326ee..0071565 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -2,7 +2,7 @@ {{ define "main" }} {{ $categories := ($.Site.GetPage "taxonomyTerm" "categories").Pages }} {{ if $categories }} -

Categories

+

{{ T "categoriesTitle" }}

{{ range $categories }} @@ -29,4 +29,4 @@ {{ end }} {{ partialCached "footer/footer" . }} -{{ end }} \ No newline at end of file +{{ end }}