Skip to content

Commit 4ccf84f

Browse files
committed
Prevent Hugo from outputting its version
By default (without this), it will add this to your home page: <meta name=generator content="Hugo 0.141.0"> Where 0.141.0 is whatever version you generated the site with.
1 parent c70aa9c commit 4ccf84f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hugo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ refLinksErrorLevel: ERROR
44
enableGitInfo: true
55
disablePathToLower: true
66
enableInlineShortcodes: true
7+
disableHugoGeneratorInject: true
78
ignoreLogs:
89
- cascade-pattern-with-extension
910

0 commit comments

Comments
 (0)