Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Reijn <reijnn@gmail.com>2021-02-08 18:10:14 +0300
committerNiels Reijn <reijnn@gmail.com>2021-02-08 18:10:14 +0300
commitdb10e62c04745ab045f7efd2f88970398c781802 (patch)
tree969bba53dcd0cd6c46c7e1a1557cb753c30cad8c /exampleSite
parentc52c91ab51bbc33c7b79620e316444245b42f800 (diff)
Better footer customization
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 46394ad..c1bf583 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -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 &#10084; 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 &#10084; by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>"]
# Colors for favicons
#