From 0609bc97911a3a29b0535fe880156d11370c95ad Mon Sep 17 00:00:00 2001 From: crunk Date: Fri, 22 Apr 2022 21:42:36 +0200 Subject: [PATCH] Update 'themes/varia/templates/pagination.html' fixed pagination for the English language, by removing siteurl --- themes/varia/templates/pagination.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}