X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=layouts%2Fposts%2Fsingle.html;h=e49cbb0277fd95904645357bd1cd76dbf1b1ec7c;hb=cde841d0dff15d4ed59de3a87c5b0fe611aa9885;hp=7cdb7f1718657a420cce936c66401668e81a4214;hpb=7ad2c80c7432b2a12e9a3c24c1f608dc865e4985;p=dujemihanovic.xyz.git diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 7cdb7f1..e49cbb0 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -1,8 +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" }} +

{{ .WordCount }} words, estimated reading time: {{ .ReadingTime }} + minute(s) +
+ Originally published on {{ .PublishDate.Format "January 2, 2006" + }} +
+ Last modified on {{ .Lastmod.Format "January 2, 2006" }}

{{ .Content }} {{ end }}