diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-25 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-08-25 00:00:00 +0000 |
commit | fd30511536a2f574b41b21fda2e4bc2f6267ed669d97c180918075b65ee73774 (patch) | |
tree | ee1dfd6d6a257f5d5fc498bd62b0a049a89e3975b3744682ca1a8adc8396fea1 /layouts | |
parent | 632a5422b665a2bf91fa9baeb709a9eb1b5f9773eeec9c2f3a9d22876e53f8be (diff) | |
download | hugo-theme-journal-fd30511536a2f574b41b21fda2e4bc2f6267ed669d97c180918075b65ee73774.tar.gz hugo-theme-journal-fd30511536a2f574b41b21fda2e4bc2f6267ed669d97c180918075b65ee73774.zip |
Fix <article> spacing
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 |