diff --git a/assets/images/default_logo.png b/assets/images/default_logo.png new file mode 100644 index 0000000..67b6397 Binary files /dev/null and b/assets/images/default_logo.png differ diff --git a/config.toml b/config.toml index be4730b..8666b92 100644 --- a/config.toml +++ b/config.toml @@ -17,7 +17,11 @@ dateFmt = "02.01.2006 15:04" facebook = "https://www.facebook.com/groups/bethleemaubevoye" twitter = "https://www.helloasso.com/associations/l-etoile-de-bethleem-association-des-amis-de-la-chapelle-de-bethleem-d-aubevoye/" -[params.defaultImage] +[params.defaultLogoImage] +local = true +src = "images/default_logo.png" + +[params.defaultCoverImage] local = true src = "cover/cover.jpg" diff --git a/content/countdown/_index.md b/content/countdown/_index.md index 741bc6d..c508836 100644 --- a/content/countdown/_index.md +++ b/content/countdown/_index.md @@ -1,5 +1,8 @@ --- -title: "En attendant la campagne d'adhésion" +title: "Campagne d'adhésion l'Étoile de Bethléem - 2023-2024" with_header: false with_footer: false +description: Ouverture de la campagne d'adhésion le 14 juillet 2023 +featured_image: + src: ./images/default_logo.png --- diff --git a/layouts/index.html b/layouts/index.html index b005762..2f52d6b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -36,7 +36,7 @@ */}} {{ $slides_count := 4 }} -
+

Une histoire mouvementée...

@@ -223,7 +223,7 @@ -
+

Un petit bout de palestine en Normandie...

@@ -311,7 +311,7 @@
-
+
@@ -329,7 +329,7 @@
-
+
{{ $pages := where .Site.RegularPages "Type" "in" "actualites" }} {{ $pag := .Paginate ($pages) }} diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 88ab266..d1e4a92 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -20,9 +20,23 @@ {{ end }} -{{ with .Site.Params.favicon }} - -{{ end }} + + + + + + + + + + + + + + + + + {{ $style := resources.Get "sass/main.scss" | resources.ToCSS | resources.Fingerprint }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index e56061d..1d76d1a 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -9,10 +9,10 @@