fix: frontmatter so lastmod works

This commit is contained in:
taco 2025-07-12 22:28:30 -04:00
parent 87eadea85d
commit edf40fce32
No known key found for this signature in database

View file

@ -6,3 +6,5 @@ title = 'My New Hugo Site'
[module.hugoVersion]
extended = false
min = "0.116.0"
[frontmatter]
lastmod = [':git', 'lastmod', 'modified', 'date', 'pubdate']