config.toml example
This commit is contained in:
parent
9388f295b2
commit
aa17a7f933
1 changed files with 5 additions and 5 deletions
|
@ -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 ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"]
|
"Made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue