diff --git a/theme/templates/index.html b/theme/templates/index.html index 0ce8874..6daa291 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -43,7 +43,7 @@ {% for category, articles in categories %} - {% if category.name is notes %} + {% if category.name is 'notes' %} {% for article in articles %}