diff --git a/templates/collection.tmpl b/templates/collection.tmpl
index ce30dbd..3694d07 100644
--- a/templates/collection.tmpl
+++ b/templates/collection.tmpl
@@ -94,7 +94,7 @@
{{if lt .CurrentPage .TotalPages}}{{if and .Format.Ascending (lt .CurrentPage .TotalPages)}}Next{{else}}Older{{end}} ⇢{{end}}
{{else}}
{{if lt .CurrentPage .TotalPages}}⇠ Older{{end}}
- {{if gt .CurrentPage 1}}{{if and .Format.Ascending (le .CurrentPage .TotalPages)}}Previous{{else}}Newer{{end}} ⇢
+ {{if gt .CurrentPage 1}}{{if and .Format.Ascending (le .CurrentPage .TotalPages)}}Previous{{else}}Newer{{end}} ⇢{{end}}
{{end}}
{{end}}