forked from em/receptty.org
Ikonka chilli pro recepty s tagem "pikantní"
This commit is contained in:
@ -1,5 +1,14 @@
|
||||
{% macro print_recipe(recipe) %}
|
||||
<article>
|
||||
<article
|
||||
{% if recipe.taxonomies.tagy %}
|
||||
{% for tag in recipe.taxonomies.tagy %}
|
||||
{% if tag == "pikantní" %}
|
||||
class="chilli"
|
||||
{% break %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
>
|
||||
<a href="{{ recipe.permalink }}">
|
||||
{% set_global image_found = 0 %}
|
||||
{% for asset in recipe.assets %}
|
||||
|
Reference in New Issue
Block a user