diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ </ul> </nav> <h2>Journal Entries</h2> + {{ range (where .Site.RegularPages.ByTitle "Section" "entry").ByPublishDate.Reverse -}} {{ partial "metadata.html" . -}} + {{ end -}} </main> {{- end }} |