diff --git a/themes/varia/templates/pagination.html b/themes/varia/templates/pagination.html index 4219a5c3..cc61d5b6 100644 --- a/themes/varia/templates/pagination.html +++ b/themes/varia/templates/pagination.html @@ -1,11 +1,11 @@ {% if DEFAULT_PAGINATION %}

{% if articles_page.has_previous() %} - « + « {% endif %} Page {{ articles_page.number }} / {{ articles_paginator.num_pages }} {% if articles_page.has_next() %} - » + » {% endif %}

{% endif %}