From 198acc968af62a9097d1141df960aa3154a67c6b Mon Sep 17 00:00:00 2001 From: jtbx Date: Wed, 29 Nov 2023 22:27:31 +0100 Subject: [PATCH] settings: Fix lastmod fallback values --- hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index aa4ac05..b3581a8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -16,7 +16,7 @@ enableGitInfo = true author = 'authors' [frontmatter] - lastmod = [':git', ':fileModTime', 'lastmod', 'modified', 'publishdate', 'pubdate', 'published', 'date'] + lastmod = ['lastmod', ':git', ':fileModTime', 'publishdate', 'date'] [menu]