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