From: Duje Mihanović <duje.mihanovic@skole.hr> 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/?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" }} <h1>{{ .Title }}</h1> <p><i>{{ .WordCount }} words, estimated reading time: {{ .ReadingTime }} - minute(s)</i></p> - <p><i>Originally published on {{ .PublishDate.Format "January 2, 2006" - }}</i></p> - <p><i>Last modified on {{ .Lastmod.Format "January 2, 2006" }}</i></p> + minute(s)</i> + <br> + <i>Originally published on {{ .PublishDate.Format "January 2, 2006" + }}</i> + <br> + <i>Last modified on {{ .Lastmod.Format "January 2, 2006" }}</i></p> <p></p> {{ .Content }} {{ end }}