diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 17fdf2db7..7791edbec 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -54,6 +54,14 @@ disqusShortname = "bilberry-hugo-theme" # always display the top navigation (with pages and search) on non-mobile screens permanentTopNav = false + # credits line configuration + copyrightBy = "by Lednerb" + copyrightUseCurrentYear = false # set to true to always display the current year in the copyright + copyrightYearOverride = "2017" + copyrightUrl = "https://github.com/Lednerb" + creditsText = "Bilberry Hugo Theme" + creditsUrl = "https://github.com/Lednerb/bilberry-hugo-theme" + # social media profile urls for the footer links facebook = "" twitter = "https://twitter.com/TheRealLednerb" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 2d4293055..139a60af9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -68,10 +68,18 @@