From edf40fce32a2e55bcc308de5ec1875e7ed48cd93 Mon Sep 17 00:00:00 2001 From: taco Date: Sat, 12 Jul 2025 22:28:30 -0400 Subject: [PATCH] fix: frontmatter so lastmod works --- themes/aviary/hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/aviary/hugo.toml b/themes/aviary/hugo.toml index 1f4fc2f..171e062 100644 --- a/themes/aviary/hugo.toml +++ b/themes/aviary/hugo.toml @@ -6,3 +6,5 @@ title = 'My New Hugo Site' [module.hugoVersion] extended = false min = "0.116.0" +[frontmatter] + lastmod = [':git', 'lastmod', 'modified', 'date', 'pubdate']