Add last updated text to art stats page

This commit is contained in:
Joshua Goins 2023-04-13 17:11:37 -04:00
parent 1f92cec6f3
commit adbe777ccf
2 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,9 @@
{{ define "main" }} {{ define "main" }}
<h2>{{ .Title }}</h2> <h2>{{ .Title }}</h2>
Last updated on
<time datetime="{{ .Page.Lastmod.Format "Mon Jan 10 17:13:38 2020 -0700" }}" class="text-muted">
{{ $.Page.Lastmod.Format "January 02, 2006" }}
</time>
<hr> <hr>
<h3># of Artworks by Year</h3> <h3># of Artworks by Year</h3>

View file

@ -1,6 +1,5 @@
{{ define "main" }} {{ define "main" }}
<h2>{{ .Title }}</h2> <h2>{{ .Title }}</h2>
<hr> <hr>
{{ .Content }} {{ .Content }}