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

@ -16,6 +16,11 @@ eleventyComputed:
{% if recipe %}
<article class="recipe">
{% if recipe.data.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>{{ recipe.data.title }}</h1>
</header>