Merge pull request #264 from Reijnn/footer-fix

Improve footer
This commit is contained in:
Djordje Atlialp 2021-04-29 10:24:27 +02:00 committed by GitHub
commit 0070fb5fcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 9 deletions

View file

@ -103,8 +103,15 @@ 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 &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"
[params.footer]
trademark = true
rss = true
copyright = true
author = true
topText = []
bottomText = ["Powered by <a href=\"http://gohugo.io\">Hugo</a>",
"Made with &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"]
# Colors for favicons
#