X-Git-Url: http://git.dujemihanovic.xyz/?a=blobdiff_plain;f=layouts%2Fposts%2Fsingle.html;h=e49cbb0277fd95904645357bd1cd76dbf1b1ec7c;hb=f00cccd937bbe9add2d17491a4cd7909a5b27103;hp=ccebea4b5f920880ace79fbf44adda33e9c16b58;hpb=551e324b62fd8bb5a6f2d25e044f4992421f0335;p=dujemihanovic.xyz.git 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" }}

{{ .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" }}

+ minute(s) +
+ Originally published on {{ .PublishDate.Format "January 2, 2006" + }} +
+ Last modified on {{ .Lastmod.Format "January 2, 2006" }}

{{ .Content }} {{ end }}