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 }}