feat: published recipes

This commit is contained in:
Leyla Becker 2026-02-20 13:03:17 -06:00
parent 0507d5c52f
commit e84f6f9899
64 changed files with 119 additions and 69 deletions

View file

@ -4,10 +4,15 @@ pageType: recipe
---
<article class="recipe">
{% if isDraft %}
<div class="draft-warning-banner">
<div class="warning-banner">
⚠️ This recipe is still a draft and may be incomplete or subject to changes.
</div>
{% endif %}
{% if plantBased === false %}
<div class="warning-banner">
This recipe contains products of animal agriculture. Animal agriculture is a significant contributor to greenhouse gas emissions, deforestation, water pollution, and worker exploitation. Consider exploring plant-based alternatives to reduce negative impacts.
</div>
{% endif %}
<header class="recipe-header">
<h1>{{ title }}</h1>
{% if isDraft %}