summaryrefslogtreecommitdiff
path: root/layouts/blog/page.html
blob: 67e79013d32503c9fa96e152db5c9248c55d09af (plain) (blame)
1
2
3
4
5
{{ define "main" }}
<h1>{{ .Title }}</h1>
<p>{{ .Date.Format "Jan 2, 2006" }} &ndash; {{ .WordCount }} words, ~{{ .ReadingTime }} minutes</p>
{{ .Content }}
{{ end }}