From 11120610fda41274dcaa9eb896b53e20698e0b51 Mon Sep 17 00:00:00 2001 From: madoke Date: Sun, 16 Oct 2022 21:28:27 +0100 Subject: [PATCH 1/5] Optionally disable footer menu. Enabled by default --- config/_default/params.toml | 1 + layouts/partials/footer.html | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 9c45638d..7e423072 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -16,6 +16,7 @@ enableCodeCopy = true # robots = "" [footer] + showMenu = true showCopyright = true showThemeAttribution = true showAppearanceSwitcher = true diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index bca44f5f..f0ab792a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,16 +1,18 @@