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