updated recipies page

This commit is contained in:
venus
2026-08-01 12:36:25 -05:00
parent 81681b921f
commit baaf6e832a

View File

@@ -14,6 +14,7 @@
<ul>
<li><a href="/">Home</a></li>
<li><a href="/recipies/">Recipes</a></li>
<li><a href="/printable-recipes/" target="_blank">Printable PDF</a></li>
</ul>
</nav>
</div>
@@ -27,6 +28,12 @@
{% if author %}
<p class="recipe-author">From the kitchen of: <em>{{ author }}</em></p>
{% endif %}
{% if tags %}
{% for tag in tags | filterTags %}
<span class="tag-badge">{{ tag }}</span>{% if not loop.last %}, {% endif %}
{% endfor %}
</p>
{% endif %}
</div>
{% if image %}
<div class="recipe-illustration">