diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c1bf583..019a764 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -94,11 +94,14 @@ 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 - lowerText = ["Powered by Hugo", - "Made with ❤ by Djordje Atlialp"] + + topText = ["Powered by Hugo"] + bottomText = ["Powered by Hugo", + "Made with ❤ by Djordje Atlialp"] # Colors for favicons # diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 8fb42ff..41b83cb 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,13 +1,16 @@