From be3c012e96d6ba679f2625acebc8f974ed70260a Mon Sep 17 00:00:00 2001 From: valknar Date: Thu, 16 Apr 2026 13:10:37 +0200 Subject: [PATCH] fix: hugo.toml --- hugo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index fb4c113..5c6a84a 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,12 +3,12 @@ languageCode = "en-us" title = "Pivoine" copyright = "© 2026 Pivoine Editorial" +enableRobotsTXT = true +enableGitInfo = true + [pagination] pagerSize = 12 -enableRobotsTXT = true -enableGitInfo = true # populates .Lastmod for article:modified_time - [sitemap] changefreq = "weekly" priority = 0.5