feat: published recipes
This commit is contained in:
parent
0507d5c52f
commit
e84f6f9899
64 changed files with 119 additions and 69 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue