aboutsummaryrefslogtreecommitdiffstats
path: root/site/layouts/post/single.html
blob: e7198b39ca03d1b642868a60327417ae4ce96f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ partial "header" . }}
{{ partial "nav" . }}
  <div class="mw6 center ph3 pv4">
    <h1 class="f2 lh-title b mb3">{{.Title}}</h1>
    <div class="flex justify-between grey-3">
      <p>{{ .Date.Format "Mon, Jan 2, 2006" }}</p>
      <p>Read in {{ .ReadingTime }} minutes</p>
    </div>
    <div class="cms mw6">
      {{ .Content }}
    </div>
  </div>
{{ partial "footer" . }}