From 4ccf84fd766b8652d8c8bd282f6a70e3ea4cc727 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Sat, 26 Apr 2025 14:04:31 -0400 Subject: [PATCH] Prevent Hugo from outputting its version By default (without this), it will add this to your home page: Where 0.141.0 is whatever version you generated the site with. --- hugo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hugo.yaml b/hugo.yaml index f858b1c35c74..3250af12955a 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -4,6 +4,7 @@ refLinksErrorLevel: ERROR enableGitInfo: true disablePathToLower: true enableInlineShortcodes: true +disableHugoGeneratorInject: true ignoreLogs: - cascade-pattern-with-extension