mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-06-16 17:56:39 +00:00
8 lines
124 B
HTML
8 lines
124 B
HTML
{{if .Date}}
|
|
{{.Date.Format "Jan 2, 2006"}}
|
|
{{else if .Lastmod}}
|
|
{{.Lastmod.Format "Jan 2, 2006"}}
|
|
{{else}}
|
|
Unknown
|
|
{{end}}
|