From a9f2d267944126d23bdc85c7602b1ae58d3382a5 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 28 Jun 2020 13:11:41 +0100 Subject: Remove and adjust uneccesary class --- themes/Brine/layouts/partials/pagination.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/Brine/layouts/partials') diff --git a/themes/Brine/layouts/partials/pagination.html b/themes/Brine/layouts/partials/pagination.html index 1dc3648..f1b97a1 100644 --- a/themes/Brine/layouts/partials/pagination.html +++ b/themes/Brine/layouts/partials/pagination.html @@ -1,5 +1,5 @@ {{ with $.Paginator }}{{ if gt .TotalPages 1 }}
- {{ with .Prev }}Previous - {{ end }}{{ range .Pagers }}{{ .PageNumber }} - {{ end }}{{ with .Next }}Next{{ end }} + {{ with .Prev }}Previous + {{ end }}{{ range .Pagers }}{{ .PageNumber }} + {{ end }}{{ with .Next }}Next{{ end }}
{{ end }}{{ end }} \ No newline at end of file -- cgit v1.2.3