1
4
Fork 1

Obrázek v receptu odkazuje na zdrojový obrázek

master
Emil Miler 4 years ago
parent 726644c1d8
commit 54ac1a865f

@ -9,7 +9,7 @@
<hr>
{% for asset in page.assets %}
{% if asset is matching("[img.](jpg|png)$") %}
<img src="{{ resize_image(path=asset, width=900, height=400, op="fill") }}" alt="Náhled">
<a href="/{{ asset }}"><img src="{{ resize_image(path=asset, width=900, height=400, op="fill") }}" alt="Náhled"></a>
{% break %}
{% endif %}
{% endfor %}

Loading…
Cancel
Save