summaryrefslogtreecommitdiff
path: root/layouts/posts/single.html
blob: 9081faae4fc43e5162c8809a7d04bb44de5a623a (plain)
1
2
3
4
5
6
7
8
9
{{ define "main" }}
<header>
  <h1>{{ .Title }}</h1>
  <h5>{{ .Date.Format "January 2, 2006" }}</h5>
</header>
<article class="markdown">
  {{- .Content -}}
</article>
{{ end }}