diff --git a/theme/templates/index.html b/theme/templates/index.html index 6daa291..dbf7b41 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 is "notes" %} {% for article in articles %}