aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
blob: daa1d38ff7277177f37bf96863d843358aa19b58 (plain) (blame)
1
2
3
4
5
6
7
{{ define "main" }}
<article>
  <h1>{{ .Title }}</h1>
  <div><time>{{ dateFormat ":date_medium" .Date }}</time></div>
  {{ .Content }}
</article>
{{ end }}