]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/posts/single.html
Post headers make one paragraph as a whole
[dujemihanovic.xyz.git] / 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 }}