From b8de342d714bc0223b1669cefe24a131930f520a Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Fri, 13 Jan 2023 23:11:28 +0100 Subject: [PATCH] fix image resizing --- templates/partials/blog-list-item.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/partials/blog-list-item.html.twig b/templates/partials/blog-list-item.html.twig index 19580ad..e5a2ec9 100644 --- a/templates/partials/blog-list-item.html.twig +++ b/templates/partials/blog-list-item.html.twig @@ -2,7 +2,7 @@
- {{ hero_image.meta.alt|striptags }} + {{ hero_image.html|absolute_url|raw }}

{{ page.title }}