From c36a1efea4a3946c599335ab84563fcadfc875d5 Mon Sep 17 00:00:00 2001 From: Attila Greguss Date: Fri, 20 Dec 2024 10:24:46 +0000 Subject: [PATCH] make padding consistent for copyright section and custom footer --- exampleSite/content/docs/advanced/customization.md | 1 + layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/docs/advanced/customization.md b/exampleSite/content/docs/advanced/customization.md index 3417b78..eecd926 100644 --- a/exampleSite/content/docs/advanced/customization.md +++ b/exampleSite/content/docs/advanced/customization.md @@ -119,6 +119,7 @@ The following classes can be used to customize various parts of the theme. #### Footer - `hextra-footer` - The footer element +- `custom-footer` - The custom footer section container #### Search diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1a6b9d2..50b8d87 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -27,7 +27,7 @@ {{- end -}} {{- end -}}
{{ partial "custom/footer.html" (dict "context" . "aboveVisible" $footerSwitchesVisible "belowVisible" $copyrightSectionVisible ) }}