diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 019a764..03ed74a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -94,12 +94,12 @@ disableHugoGeneratorInject = false
# If you want, you can easily override the default footer with your own content.
#
[params.footer]
- trademark = false
- rss = false
- copyright = false
- author = false
+ trademark = true
+ rss = true
+ copyright = true
+ author = true
- topText = ["Powered by Hugo"]
+ topText = []
bottomText = ["Powered by Hugo",
"Made with ❤ by Djordje Atlialp"]