diff --git a/themes/varia/templates/pagination.html b/themes/varia/templates/pagination.html index cc61d5b..705f29d 100644 --- a/themes/varia/templates/pagination.html +++ b/themes/varia/templates/pagination.html @@ -1,11 +1,12 @@ {% if DEFAULT_PAGINATION %}

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

{% endif %}