diff --git a/theme-dark/templates/index.html b/theme-dark/templates/index.html index 43204af..1e78b53 100644 --- a/theme-dark/templates/index.html +++ b/theme-dark/templates/index.html @@ -22,6 +22,8 @@ {% endif %} {% endfor %} - {% include 'pagination.html' %} + {% if {{ articles_paginator.num_pages }} != 1 %} + {% include 'pagination.html' %} + {% endif %} {% endblock %}