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