fix last modified not working for capitalized pages

This commit is contained in:
Jacky Zhao 2021-12-27 17:53:33 -05:00
parent dbe9b338cc
commit a45856d788
3 changed files with 14 additions and 3 deletions

View file

@ -15,7 +15,7 @@
<article>
{{if .Title}}<h1>{{ .Title }}</h1>{{end}}
<p class="meta">
Last updated {{ .Lastmod.Format "January 2, 2006" }}
Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}
</p>
{{if $.Site.Data.config.enableToc}}
<aside class="mainTOC">