From e140fe139f9547b6aacae7702b8bcd87479bd1c7 Mon Sep 17 00:00:00 2001
From: CJ Eller <45696734+cjeller1592@users.noreply.github.com>
Date: Fri, 28 Feb 2020 16:30:13 -0500
Subject: [PATCH] Add {{end}} on line 97
---
templates/collection.tmpl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}}