From 8a65d221121981d97e002b59a965fb4165cba9b4 Mon Sep 17 00:00:00 2001 From: Konstantinos Koukas Date: Wed, 2 Aug 2023 11:03:15 +0300 Subject: themes/alps: fix search pagination links --- themes/alps/messages-header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/alps/messages-header.html b/themes/alps/messages-header.html index df70e06..1c07f09 100644 --- a/themes/alps/messages-header.html +++ b/themes/alps/messages-header.html @@ -42,10 +42,10 @@ {{if or (ge .PrevPage 0) (ge .NextPage 0) }}
{{if ge .PrevPage 0}} - « + « {{end}} {{if ge .NextPage 0}} - » + » {{end}}
{{ end }} -- cgit v1.2.3-59-g8ed1b