From 66707c5485aebdc98f971dc93f6f711a9b679818 Mon Sep 17 00:00:00 2001
From: "pmoreno.rodriguez"
<60596353+pmoreno-rodriguez@users.noreply.github.com>
Date: Tue, 3 Jan 2023 20:04:10 +0100
Subject: [PATCH] Revert "Remove class in class to fix bottom margin"
This reverts commit a43816ecbdbdb37307f28f4024dcaba957c3b1e4.
---
templates/partials/blog_item.html.twig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/partials/blog_item.html.twig b/templates/partials/blog_item.html.twig
index 1f08009..8b851bb 100644
--- a/templates/partials/blog_item.html.twig
+++ b/templates/partials/blog_item.html.twig
@@ -33,9 +33,9 @@
{% if page.header.primaryImage %}
- {{ page.media[page.header.primaryImage].cropZoom(1038,437).loading('lazy').html(page.title, page.title)|raw }}
+ {{ page.media[page.header.primaryImage].cropZoom(1038,437).loading('lazy').html(page.title, page.title, 'image featured')|raw }}
{% elseif page.media.images %}
- {{ page.media.images|first.cropZoom(1038,437).loading('lazy').html(page.title, page.title)|raw }}
+ {{ page.media.images|first.cropZoom(1038,437).loading('lazy').html(page.title, page.title, 'image featured')|raw }}
{% endif %}
>>>>>>> parent of 9dc080b... Harmonize and modify twigs