Add last updated text to art stats page
This commit is contained in:
parent
1f92cec6f3
commit
adbe777ccf
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,9 @@
|
|||
{{ define "main" }}
|
||||
<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>
|
||||
|
||||
<h3># of Artworks by Year</h3>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{{ define "main" }}
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
<hr>
|
||||
|
||||
{{ .Content }}
|
||||
|
|
Loading…
Add table
Reference in a new issue