Velikost nadpisu a datumu v bloku s receptem

This commit is contained in:
Emil Miler
2021-03-29 10:51:36 +02:00
parent d7c577493c
commit fe1b9afca1
2 changed files with 12 additions and 10 deletions

View File

@ -23,8 +23,8 @@
{% endif %}
{% set_global image_found = 0 %}
{% if recipe.title %}<h3>{{ recipe.title }}</h3>{% endif %}
{% if recipe.date %}<span class="date">{{ recipe.date | date(format="%d.%m.%Y") }}</span>{% endif %}
</a>
{% if recipe.date %}<span class="date">{{ recipe.date | date(format="%d.%m.%Y") }}</span>{% endif %}
</article>
{% endmacro print_recipe %}