mirror of
https://github.com/pmoreno-rodriguez/grav-theme-future2021.git
synced 2025-07-03 08:38:53 +00:00
Update default.html.twig
This commit is contained in:
parent
51ef5e2712
commit
86eccf863e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{% if show_image and image %}
|
{% if show_pageimage and image %}
|
||||||
<span class="image featured">
|
<span class="image featured">
|
||||||
{{ image.cropZoom(img_width, img_height).loading('lazy').attribute('decoding','async').html(title, title)|raw }}
|
{{ image.cropZoom(img_width, img_height).loading('lazy').attribute('decoding','async').html(title, title)|raw }}
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue