From: Duje Mihanović
Date: Thu, 17 Aug 2023 18:46:11 +0000 (+0200)
Subject: Post headers make one paragraph as a whole
X-Git-Url: https://git.dujemihanovic.xyz/contact?a=commitdiff_plain;h=b63c70cc4043f583c7351346bfd1ad384bdf2b32;p=dujemihanovic.xyz.git
Post headers make one paragraph as a whole
---
diff --git a/layouts/posts/single.html b/layouts/posts/single.html
index ccebea4..e49cbb0 100644
--- a/layouts/posts/single.html
+++ b/layouts/posts/single.html
@@ -1,10 +1,12 @@
{{ define "main" }}
{{ .Title }}
{{ .WordCount }} words, estimated reading time: {{ .ReadingTime }}
- minute(s)
- Originally published on {{ .PublishDate.Format "January 2, 2006"
- }}
- Last modified on {{ .Lastmod.Format "January 2, 2006" }}
+ minute(s)
+
+ Originally published on {{ .PublishDate.Format "January 2, 2006"
+ }}
+
+ Last modified on {{ .Lastmod.Format "January 2, 2006" }}
{{ .Content }}
{{ end }}