From e8692b8a89e4c5b21ff2d11b75ab212e6fdfc668 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 10 May 2020 22:07:08 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98theme-dark/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-dark/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-dark/templates/index.html b/theme-dark/templates/index.html index 1e78b53..8e64604 100644 --- a/theme-dark/templates/index.html +++ b/theme-dark/templates/index.html @@ -22,7 +22,7 @@ {% endif %} {% endfor %} - {% if {{ articles_paginator.num_pages }} != 1 %} + {% if articles_paginator.num_pages != 1 %} {% include 'pagination.html' %} {% endif %}