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