feat: added amount and cooking time to recipes

This commit is contained in:
Leyla Becker 2026-02-12 21:19:15 -06:00
parent 8705f8cdee
commit 623893002c
3 changed files with 18 additions and 0 deletions

View file

@ -8,6 +8,12 @@ layout: base.njk
<span class="draft-badge">Draft</span>
{% endif %}
<p class="recipe-version">Version {{ recipeVersion }}</p>
{% if amount %}
<p class="recipe-amount">Amount: {{ amount }}</p>
{% endif %}
{% if cookingTime %}
<p class="recipe-cooking-time">Cooking Time: {{ cookingTime }}</p>
{% endif %}
</header>
<div class="recipe-content">