From f97d89b0750fefa5118549a23e10c2b46fb38ff2 Mon Sep 17 00:00:00 2001 From: Max Milton Date: Fri, 29 Jul 2016 17:46:40 +1000 Subject: [PATCH] docs: Add missing configuration option disableHugoGeneratorInject --- content/overview/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/overview/configuration.md b/content/overview/configuration.md index 6b2b50ad9..74505c4b0 100644 --- a/content/overview/configuration.md +++ b/content/overview/configuration.md @@ -107,6 +107,8 @@ Following is a list of Hugo-defined variables that you can configure and their c enableRobotsTXT: false # Do not render 404 page disable404: false + # Do not inject generator meta tag on homepage + disableHugoGeneratorInject: false # edit new content with this editor, if provided editor: "" # Enable Emoji emoticons support for page content.