glastmod priority change

This commit is contained in:
2026-04-01 06:41:41 +00:00
parent 32039ae42c
commit 453f866a3c

View File

@@ -11,6 +11,7 @@ summaryLength = 5
buildDrafts = true
buildFuture = true
enableEmoji = true
enableGitInfo = true
[taxonomies]
tag = "tags"
@@ -27,9 +28,8 @@ enableEmoji = true
home = ["HTML", "RSS", "JSON"]
[frontmatter]
lastmod = [":git", ":filemod", "default"]
enableGitInfo = true
# Order of priority for the .Lastmod date
lastmod = [":git", ":fileModTime", "lastmod", "date", "publishDate"]
[markup.tableOfContents]
endLevel = 3