From d32ff174a771febe9d3badecd217a01b428191ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8hannes=20Lippmann?= Date: Wed, 28 Apr 2021 12:08:32 +0200 Subject: [PATCH] Allow to disable the footer navigation. Default is enabled. --- layouts/partials/footer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index edd2cd2..2e29720 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,4 +1,5 @@ {{ $footerEnabled := site.Params.footer.enable | default true }} +{{ $navigationEnabled := site.Params.footer.navigation.enable | default true }} {{ $contactMeEnabled := site.Params.footer.contactMe.enable | default true }} {{ $newsLetterEnabled := site.Params.newsletter.enable }} @@ -41,6 +42,7 @@