]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blobdiff - layouts/posts/single.html
Remove all use of CSS flexbox
[dujemihanovic.xyz.git] / layouts / posts / single.html
index 7cdb7f1718657a420cce936c66401668e81a4214..ccebea4b5f920880ace79fbf44adda33e9c16b58 100644 (file)
@@ -1,8 +1,10 @@
 {{ define "main" }}
  <h1>{{ .Title }}</h1>
- <i>{{ .WordCount }} words, estimated reading time: {{ .ReadingTime }} minute(s)</i>
- <i>Originally published on {{ .PublishDate.Format "January 2, 2006" }}</i>
- <i>Last modified on {{ .Lastmod.Format "January 2, 2006" }}</i>
+ <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>
  <p></p>
  {{ .Content }}
 {{ end }}