diff --git a/hugo.toml b/hugo.toml index e116439..1a4a565 100644 --- a/hugo.toml +++ b/hugo.toml @@ -91,7 +91,12 @@ pagination = { pagerSize = 6, path = "page" } # Header Logo [params.header.logo] src = "/images/logo-darkmode.png" - + + [params.pdfFolder] + name = "Voir la brochure CHILL" + filename = "Brochure_Chill.pdf" + url = "/pdf/Brochure_Chill.pdf" + # Global CTA Configuration (optional) [params.cta] enable = true @@ -154,13 +159,7 @@ pagination = { pagerSize = 6, path = "page" } name = "Nous contacter" url = "/contact" weight = 5 - - [[menu.footer_column_1]] - name = "Voir la brochure CHILL" - url = "/pdf/Brochure_Chill.pdf" - weight = 1 - - [[menu.footer_column_2]] + [[menu.footer_column]] name = "Champs-Libres" url = "https://www.champs-libres.coop/" weight = 1 diff --git a/themes/chill-theme/layouts/partials/footer.html b/themes/chill-theme/layouts/partials/footer.html index 504f629..c79ff18 100644 --- a/themes/chill-theme/layouts/partials/footer.html +++ b/themes/chill-theme/layouts/partials/footer.html @@ -15,15 +15,16 @@