From 32039ae42c6fed8f464a3b07f2d864166e7ccaba Mon Sep 17 00:00:00 2001 From: wompmacho Date: Wed, 1 Apr 2026 06:31:27 +0000 Subject: [PATCH] disable lastmod --- config/_default/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index a360d2f..0f0d79c 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -27,7 +27,7 @@ enableEmoji = true home = ["HTML", "RSS", "JSON"] [frontmatter] - lastmod = [":git", ":filemod", "lastmod", "default"] + lastmod = [":git", ":filemod", "default"] enableGitInfo = true