qqpann / hugo-primer

Hugo theme based on GitHub's Primer CSS
MIT License
121 stars 56 forks source link

Improve Last Modified Datetime #9

Open qqpann opened 5 years ago

qqpann commented 5 years ago

In sitemap.xml, created time seems to be used as last modified time.

qqpann commented 5 years ago

https://gohugo.io/templates/lists/#by-last-modified-date

https://gohugo.io/templates/sitemap-template/#hugo-s-sitemap-xml

https://gohugo.io/variables/git/#lastmod

https://gohugo.io/getting-started/configuration/#configure-dates

qqpann commented 5 years ago
[frontmatter]
lastmod = ["lastmod", ":fileModTime", ":default"]

sets sitemap.xml correctly.