diff options
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}} |