From 880c689cf48b61cbb922cfae0c2d87ed8b6c2458 Mon Sep 17 00:00:00 2001 From: sptaule Date: Tue, 1 Feb 2022 12:12:59 +0100 Subject: Fix footer margins, add CTA section, update main navigation --- templates/index.html | 18 +++++++++++++++++- templates/partials/shared/footer.html | 2 +- templates/partials/shared/nav.html | 17 ++++++++++++----- 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/templates/index.html b/templates/index.html index 55060ef..d534179 100755 --- a/templates/index.html +++ b/templates/index.html @@ -4,10 +4,26 @@
-
+

{{config.extra.organization.name}}

{{config.extra.organization.name}}

{{ config.extra.organization.description }}

+
diff --git a/templates/partials/shared/footer.html b/templates/partials/shared/footer.html index d5bd29c..469ef3a 100644 --- a/templates/partials/shared/footer.html +++ b/templates/partials/shared/footer.html @@ -3,7 +3,7 @@

{{ macros:: social_links( social_config=config.extra.social) }}

-

+

Built with Zola, powered by Garage, hosted by Deuxfleurs diff --git a/templates/partials/shared/nav.html b/templates/partials/shared/nav.html index adb1a70..3e5ddd8 100644 --- a/templates/partials/shared/nav.html +++ b/templates/partials/shared/nav.html @@ -11,11 +11,11 @@

-- cgit v1.2.3