Update default.html.twig

This commit is contained in:
huteck 2023-04-29 11:05:53 +02:00 committed by GitHub
parent 51ef5e2712
commit 86eccf863e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@
</div>
</header>
{% if show_image and image %}
{% if show_pageimage and image %}
<span class="image featured">
{{ image.cropZoom(img_width, img_height).loading('lazy').attribute('decoding','async').html(title, title)|raw }}
</span>