aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/polaris/layouts/_default/now.html
blob: bb77eaf08aa59e0b3c8561468f92bc97f94e0ace (plain)
1
2
3
4
5
6
7
8
{{ define "main" }}
  <h1>{{ .Title }}</h1>
  {{ .Content }}
  <p>
    Last updated {{ .Date | time.Format "Jan 02 2006" }}.
    <a href="https://nownownow.com/about">What the heck is a “now page”?</a>
  </p>
{{ end }}