mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-12 01:14:12 +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}}
|