diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 823c28a..a930053 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -26,6 +26,7 @@ disqusShortname = "yourdiscussshortname" dateformat = "January 2, 2006" + hideFooter = false hideCredits = false hideCopyright = false since = 2019 diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6c2d72c..b2048ee 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,24 +1,26 @@ - +{{ end }} \ No newline at end of file