diff --git a/pelican/themes/notmyidea/templates/pagination.html b/pelican/themes/notmyidea/templates/pagination.html index 9cce0237..74699c4e 100644 --- a/pelican/themes/notmyidea/templates/pagination.html +++ b/pelican/themes/notmyidea/templates/pagination.html @@ -1,3 +1,4 @@ +{% if WITH_PAGINATION %}
{% if articles_page.has_previous() %} {% if articles_page.previous_page_number() == 1 %} @@ -11,3 +12,4 @@ » {% endif %}
+{% endif %} \ No newline at end of file