diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-29 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-04-29 00:00:00 +0000 |
commit | 290401a89ec4d6c877452ea8d8fb4a70b76c84c64a20d8e2fd2b6351337f0a7c (patch) | |
tree | 2d368932b675bcf3aa01ad77249d67f845a5ac1094a9e34a010df79dfcc333fa /layouts/partials/metadata.html | |
parent | b1efd00585f84abc397a040852b67c31d36d177d44367a7581afd3e4389b6fd2 (diff) | |
download | hugo-theme-journal-290401a89ec4d6c877452ea8d8fb4a70b76c84c64a20d8e2fd2b6351337f0a7c.tar.gz hugo-theme-journal-290401a89ec4d6c877452ea8d8fb4a70b76c84c64a20d8e2fd2b6351337f0a7c.zip |
Change post section to entry section
Diffstat (limited to 'layouts/partials/metadata.html')
-rw-r--r-- | layouts/partials/metadata.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/metadata.html b/layouts/partials/metadata.html index 36ae6fb..aec5e8c 100644 --- a/layouts/partials/metadata.html +++ b/layouts/partials/metadata.html @@ -1,4 +1,4 @@ -{{ range (where .Site.RegularPages.ByTitle "Section" "post").ByPublishDate.Reverse }} +{{ range (where .Site.RegularPages.ByTitle "Section" "entry").ByPublishDate.Reverse }} {{ $dateFormat := .Site.Params.dateFormat | default "2 Jan 2006" }} <article> <header> |