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