diff options
Diffstat (limited to 'themes/polaris/layouts/_default/now.html')
-rw-r--r-- | themes/polaris/layouts/_default/now.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/polaris/layouts/_default/now.html b/themes/polaris/layouts/_default/now.html new file mode 100644 index 0000000..bb77eaf --- /dev/null +++ b/themes/polaris/layouts/_default/now.html @@ -0,0 +1,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 }} |