aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-08-25 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-08-25 00:00:00 +0000
commitfd30511536a2f574b41b21fda2e4bc2f6267ed669d97c180918075b65ee73774 (patch)
treeee1dfd6d6a257f5d5fc498bd62b0a049a89e3975b3744682ca1a8adc8396fea1 /layouts
parent632a5422b665a2bf91fa9baeb709a9eb1b5f9773eeec9c2f3a9d22876e53f8be (diff)
Fix <article> spacing
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
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