From f52991466a86a32ebaa3ba8dd1f3cc77ea609b0a6aed370470242bfffa1d8cdf Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Fri, 24 Feb 2023 00:00:00 +0000 Subject: Add tag list to metadata partial --- layouts/index.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index 78fd0d5..9c4bb45 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -11,6 +11,8 @@

Journal Entries

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