|
|
@ -18,7 +18,7 @@
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
{% endfor %}
|
|
|
|
{% set image = resize_image(path=image, width=300, height=300, op="fill") %}
|
|
|
|
{% set image = resize_image(path=image, width=300, height=300, op="fill") %}
|
|
|
|
<img src="{{ image.url }}" alt="{{ recipe.title }}">
|
|
|
|
<div class="image" style="background-image: url('{{ image.url }}')"></div>
|
|
|
|
<div class="title">{{ recipe.title }}</div>
|
|
|
|
<div class="title">{{ recipe.title }}</div>
|
|
|
|
{% if recipe.date %}<span class="date">{{ recipe.date | date(format="%d.%m.%Y") }}</span>{% endif %}
|
|
|
|
{% if recipe.date %}<span class="date">{{ recipe.date | date(format="%d.%m.%Y") }}</span>{% endif %}
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|