From 86eccf863ef46717d0af24fb2a7706e8885dccd9 Mon Sep 17 00:00:00 2001 From: huteck <117048767+huteck@users.noreply.github.com> Date: Sat, 29 Apr 2023 11:05:53 +0200 Subject: [PATCH] Update default.html.twig --- templates/default.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/default.html.twig b/templates/default.html.twig index a51221b..0bae68f 100755 --- a/templates/default.html.twig +++ b/templates/default.html.twig @@ -25,7 +25,7 @@ - {% if show_image and image %} + {% if show_pageimage and image %} {{ image.cropZoom(img_width, img_height).loading('lazy').attribute('decoding','async').html(title, title)|raw }}