From 9fd4e6bcedae60b3f0d2786afd3093d163525f28 Mon Sep 17 00:00:00 2001 From: e21lassa Date: Mon, 1 Apr 2024 16:23:51 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Configuration=20=E2=80=9Ctheme=20setti?= =?UTF-8?q?ngs=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hugo_config/_default/theme_settings.toml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/hugo_config/_default/theme_settings.toml b/hugo_config/_default/theme_settings.toml index c0ca68b..b00e08c 100644 --- a/hugo_config/_default/theme_settings.toml +++ b/hugo_config/_default/theme_settings.toml @@ -1,16 +1,16 @@ [params] -background_color_class = "bg-green" -site_logo = "/images/uploads/palette.png" -favicon = "/images/uploads/paletteicon.png" +background_color_class = "bg-blue" +site_logo = "/images/uploads/logo-association-envie-appartagee.png" +favicon = "/images/uploads/logo-association-envie-appartagee.png" custom_css = [ "override.css" ] [[params.ananke_socials]] name = "facebook" - url = "https://www.facebook.com" + url = "https://www.facebook.com/profile.php?id=100089017547970" [[params.ananke_socials]] name = "linkedin" - url = "https://www.linkedin.com" + url = "https://www.linkedin.com/in/association-envie-appart-%C3%A2g%C3%A9e-b233a5262/" [[menus.main]] name = "Accueil" @@ -18,6 +18,11 @@ url = "/" weight = "1" [[menus.main]] -url = "/pages/Deuxième page/" -name = "Deuxième page" +name = "Contactez-nous" +url = "/pages/Contactez-nous/" +weight = "1" + +[[menus.main]] +name = "Revue de presse" +url = "/pages/Revue de presse/" weight = "1"