diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b9dfa0b..dcfe6c3 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -21,6 +21,9 @@ noHl = false style = 'monokailight' tabWidth = 4 +[params] +mainSections = ['posts'] + ## uncomment belows and set proper values to enable remark42 # [params.remark42] # host='' diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 91bd035..b863751 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,23 +1,6 @@