]> git.dujemihanovic.xyz Git - dujemihanovic.xyz.git/blob - layouts/posts/single.html
7cdb7f1718657a420cce936c66401668e81a4214
[dujemihanovic.xyz.git] / layouts / posts / single.html
1 {{ define "main" }}
2 <h1>{{ .Title }}</h1>
3 <i>{{ .WordCount }} words, estimated reading time: {{ .ReadingTime }} minute(s)</i>
4 <i>Originally published on {{ .PublishDate.Format "January 2, 2006" }}</i>
5 <i>Last modified on {{ .Lastmod.Format "January 2, 2006" }}</i>
6 <p></p>
7 {{ .Content }}
8 {{ end }}