From 178711418fc11bf05321127aa09c8c718d1695963e2b8023d7e8fbe8cbb1ee44 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Tue, 1 Aug 2023 00:00:00 +0000 Subject: Add multilingual support for index pages --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index d29c86a..3161c49 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,7 +6,7 @@ {{- if .Site.Params.indexIntro }}

{{ .Site.Params.indexIntro }}

{{- end }} -

Navigation Links

+

{{ i18n "navLinks" }}

-

Journal Entries

+

{{ i18n "journalEntries" }}

{{ range (where .Site.RegularPages.ByTitle "Section" "entry").ByPublishDate.Reverse -}} {{ partial "metadata.html" . -}} {{ end -}} -- cgit v1.2.3