diff --git a/index.html b/index.html
index db50829..e8ee2f7 100644
--- a/index.html
+++ b/index.html
@@ -16,11 +16,13 @@
{{ category.name }}
{% for recipe in site.recipes %}
- -
-
-
+ {% if recipe.category contains category.name %}
+ -
+
+
+ {% endif %}
{% endfor %}