diff --git a/theme/templates/index.html b/theme/templates/index.html
index ed4a1a8..75d33a1 100644
--- a/theme/templates/index.html
+++ b/theme/templates/index.html
@@ -43,7 +43,7 @@
{% for category, articles in categories %}
- {% if category is 'notes' %}
+ {% if category %}
{% for article in articles %}
@@ -66,7 +66,7 @@
{% endfor %}
{% endif %}
-
+
{% endfor %}