mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 11:44:44 -04:00
docs: Add missing configuration option disableHugoGeneratorInject
This commit is contained in:
parent
031ed61f4c
commit
f97d89b075
@ -107,6 +107,8 @@ Following is a list of Hugo-defined variables that you can configure and their c
|
|||||||
enableRobotsTXT: false
|
enableRobotsTXT: false
|
||||||
# Do not render 404 page
|
# Do not render 404 page
|
||||||
disable404: false
|
disable404: false
|
||||||
|
# Do not inject generator meta tag on homepage
|
||||||
|
disableHugoGeneratorInject: false
|
||||||
# edit new content with this editor, if provided
|
# edit new content with this editor, if provided
|
||||||
editor: ""
|
editor: ""
|
||||||
# Enable Emoji emoticons support for page content.
|
# Enable Emoji emoticons support for page content.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user