From ddc47a2db02412d4f81f5ae14ee60bf1dfc029a8 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 2 May 2020 18:34:57 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98theme/templates/index.html?= =?UTF-8?q?=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}