From 807b65a6e86f32d9af0624027e4cc282e7bcc3b6 Mon Sep 17 00:00:00 2001
From: Olivia206 <olivia.simonet@mmibordeaux.com>
Date: Wed, 14 Feb 2024 16:25:17 +0100
Subject: [PATCH] fix

---
 layouts/partials/blocks/templates/posts/large.html | 2 +-
 layouts/partials/posts/post.html                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/blocks/templates/posts/large.html b/layouts/partials/blocks/templates/posts/large.html
index d29b3dac..c76b4099 100644
--- a/layouts/partials/blocks/templates/posts/large.html
+++ b/layouts/partials/blocks/templates/posts/large.html
@@ -50,7 +50,7 @@
             {{- partial "commons/image.html"
                 (dict
                   "image"    .Params.image
-                  "sizes"    site.Params.image_sizes.sections.events.item
+                  "sizes"    site.Params.image_sizes.sections.posts.item
                 ) -}}
           {{- else -}}
             {{- partial "commons/image-default.html" "posts" -}}
diff --git a/layouts/partials/posts/post.html b/layouts/partials/posts/post.html
index ac111562..0137312c 100644
--- a/layouts/partials/posts/post.html
+++ b/layouts/partials/posts/post.html
@@ -49,7 +49,7 @@
       {{- partial "commons/image.html"
           (dict
             "image"    .Params.image
-            "sizes"    site.Params.image_sizes.sections.events.item
+            "sizes"    site.Params.image_sizes.sections.posts.item
           ) -}}
     {{- else -}}
       {{- partial "commons/image-default.html" "posts" -}}
-- 
GitLab