Better footer customization
This commit is contained in:
parent
c52c91ab51
commit
db10e62c04
2 changed files with 13 additions and 8 deletions
|
@ -93,8 +93,12 @@ disableHugoGeneratorInject = false
|
|||
# Custom footer
|
||||
# If you want, you can easily override the default footer with your own content.
|
||||
#
|
||||
# footerLeft = "Powered by <a href=\"http://gohugo.io\">Hugo</a>"
|
||||
# footerRight = "Made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
|
||||
[params.footer]
|
||||
rss = false
|
||||
copyright = false
|
||||
author = false
|
||||
lowerText = ["Powered by <a href=\"http://gohugo.io\">Hugo</a>",
|
||||
"Made with ❤ by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"]
|
||||
|
||||
# Colors for favicons
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue