theme: disable creation of generator meta tag on home page #383

This commit is contained in:
Sören Weber 2022-11-13 12:42:51 +01:00
parent 47f1f4c2f3
commit 73b9225961
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D

View file

@ -34,6 +34,11 @@ defaultContentLanguage = "en"
# the site's title of this showcase; you should change this ;-) # the site's title of this showcase; you should change this ;-)
title = "Hugo Relearn Documentation" title = "Hugo Relearn Documentation"
# We disable this for testing the exampleSite; you must do so too
# if you want to use the themes parameter disableGeneratorVersion=true;
# otherwise Hugo will create a generator tag on your home page
disableHugoGeneratorInject = true
[outputs] [outputs]
# add JSON to the home to support lunr search; This is a mandatory setting # add JSON to the home to support lunr search; This is a mandatory setting
# for the search functionality # for the search functionality