fix: give precedence to date created over last modified if defined ()

This commit is contained in:
Jacky Zhao 2022-07-15 14:26:31 -07:00
parent dff5ae0d4d
commit e15e39155d
4 changed files with 10 additions and 2 deletions
layouts/_default

View file

@ -10,7 +10,7 @@
<article>
{{if .Title}}<h1>{{ .Title }}</h1>{{end}}
<p class="meta">
Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}.
Last updated {{ partial "date-fmt.html" .}}
{{ partial "github.html" . }}
</p>
<ul class="tags">