config.toml example

This commit is contained in:
Niels Reijn 2021-02-08 19:21:26 +01:00
parent 9388f295b2
commit aa17a7f933

View file

@ -94,12 +94,12 @@ disableHugoGeneratorInject = false
# If you want, you can easily override the default footer with your own content.
#
[params.footer]
trademark = false
rss = false
copyright = false
author = false
trademark = true
rss = true
copyright = true
author = true
topText = ["Powered by <a href=\"http://gohugo.io\">Hugo</a>"]
topText = []
bottomText = ["Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Made with &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"]