]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/commitdiff
Post headers make one paragraph as a whole
authorDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 18:46:11 +0000 (20:46 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 17 Aug 2023 18:46:11 +0000 (20:46 +0200)
layouts/posts/single.html

index ccebea4b5f920880ace79fbf44adda33e9c16b58..e49cbb0277fd95904645357bd1cd76dbf1b1ec7c 100644 (file)
@@ -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 }}