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