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 %}