mirror of https://github.com/docker/docs.git
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.
This commit is contained in:
parent
c70aa9c666
commit
4ccf84fd76
|
@ -4,6 +4,7 @@ refLinksErrorLevel: ERROR
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
disablePathToLower: true
|
disablePathToLower: true
|
||||||
enableInlineShortcodes: true
|
enableInlineShortcodes: true
|
||||||
|
disableHugoGeneratorInject: true
|
||||||
ignoreLogs:
|
ignoreLogs:
|
||||||
- cascade-pattern-with-extension
|
- cascade-pattern-with-extension
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue