diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 8eafc6c..0d56873 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -16,7 +16,7 @@ </nav> <h2>{{ i18n "journalEntries" }}</h2> {{ range (where .Site.RegularPages.ByTitle "Section" "entry").ByPublishDate.Reverse -}} - {{ partial "metadata.html" . -}} + {{ partial "metadata.html" . }} {{ end -}} </main> {{- end }}
\ No newline at end of file |