mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: disable creation of generator meta tag on home page #383
This commit is contained in:
parent
47f1f4c2f3
commit
73b9225961
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue