diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-03 19:51:44 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-03 19:51:44 +0100 |
commit | a2349050d08a009aaef0633f2f8e7fe4fb8b78df (patch) | |
tree | 50dc9334219a14b3cabc8e1e816655512e034023 /public | |
parent | 8de93c50d2cf2144cfd3050cf7970a4ee9860bf4 (diff) | |
download | alps-a2349050d08a009aaef0633f2f8e7fe4fb8b78df.tar.gz alps-a2349050d08a009aaef0633f2f8e7fe4fb8b78df.zip |
Add separator between Prev and Next links
Diffstat (limited to 'public')
-rw-r--r-- | public/mailbox.html | 1 |
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}} |