From a2349050d08a009aaef0633f2f8e7fe4fb8b78df Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 3 Dec 2019 19:51:44 +0100 Subject: [PATCH] Add separator between Prev and Next links --- public/mailbox.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/mailbox.html b/public/mailbox.html index 435998c..722aae0 100644 --- a/public/mailbox.html +++ b/public/mailbox.html @@ -33,6 +33,7 @@ {{if ge .PrevPage 0}} Prev {{end}} + {{if and (ge .PrevPage 0) (ge .NextPage 0)}}ยท{{end}} {{if ge .NextPage 0}} Next {{end}}