aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2019-12-03 19:51:44 +0100
committerSimon Ser <contact@emersion.fr>2019-12-03 19:51:44 +0100
commita2349050d08a009aaef0633f2f8e7fe4fb8b78df (patch)
tree50dc9334219a14b3cabc8e1e816655512e034023
parent8de93c50d2cf2144cfd3050cf7970a4ee9860bf4 (diff)
downloadalps-a2349050d08a009aaef0633f2f8e7fe4fb8b78df.tar.gz
alps-a2349050d08a009aaef0633f2f8e7fe4fb8b78df.zip
Add separator between Prev and Next links
-rw-r--r--public/mailbox.html1
1 files changed, 1 insertions, 0 deletions
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}}
<a href="?page={{.PrevPage}}">Prev</a>
{{end}}
+ {{if and (ge .PrevPage 0) (ge .NextPage 0)}}ยท{{end}}
{{if ge .NextPage 0}}
<a href="?page={{.NextPage}}">Next</a>
{{end}}