Skip to content

Commit c9f8f90

Browse files
committed
Expanded notes for celiac and allium βž•πŸ§„πŸž
1 parent 2b25fe4 commit c9f8f90

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

β€Ž_includes/menu.htmlβ€Ž

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ <h3 class=".h5 category-header">{{ category[0] }}</h3>
2626
{% if note == "DF" %}
2727
(DF)
2828
{% endif %}
29+
{% if note == "CL" %}
30+
(CL)
31+
{% endif %}
32+
{% if note == "AL" %}
33+
(AL)
34+
{% endif %}
35+
2936
{% endfor %}
3037
</li>
3138
{% endfor %}
@@ -37,7 +44,9 @@ <h3 class=".h5 category-header">{{ category[0] }}</h3>
3744
<p style="text-align:center">
3845
<img src="/assets/img/persistent/vegetarian.svg" alt="vegetarian" height="35"/> = Vegetarian &nbsp; &nbsp; <img src="/assets/img/persistent/vegan.svg" alt="vegan" height="35"/> = Vegan
3946
&nbsp; &nbsp; (GF) = Made without Gluten
40-
&nbsp; &nbsp; (DF) = Dairy Free
47+
&nbsp; &nbsp; (DF) = Dairy-Free
48+
&nbsp; &nbsp; (CL) = Celiac-appropriate
49+
&nbsp; &nbsp; (AL) = Allium-Free
4150
</p>
4251
<p style="text-align:center">
4352
Dietary features may be updated as information becomes available.

0 commit comments

Comments
Β (0)