Dont inject hugo meta tag

We provide the fact that its built by hugo on the footer, this just adds a version meta tag, and i dont want version vulnerabilities to be easily targetted

Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
baalajimaestro 2022-11-16 21:25:57 +05:30
parent ac55c01fb2
commit 2ecbb5543b
Signed by: baalajimaestro
GPG key ID: F93C394FE9BBAFD5

View file

@ -4,5 +4,7 @@ enableEmoji = true
enableRobotsTXT = true
defaultContentLanguage = "en"
disableHugoGeneratorInject = true
[outputs]
home = ["HTML", "RSS", "JSON"]