commit ffa55f089698ca8088d63f04050153664c3f50cf
parent 4611fec148f272b175f7fc37178ba19b1f08c9e1
Author: breadcat <peter@minskio.co.uk>
Date: Mon, 29 Jun 2020 11:35:51 +0100
Clean leftover code from dev
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/Brine/layouts/partials/pagination.html b/themes/Brine/layouts/partials/pagination.html
@@ -1,5 +1,5 @@
{{ with $.Paginator }}{{ if gt .TotalPages 1 }} <p class="pagination">
- {{ with .Prev }}<a href="{{ .URL }}">Previous</a></li>
+ {{ with .Prev }}<a href="{{ .URL }}">Previous</a>
{{ end }}{{ range .Pagers }}<a{{ if eq .PageNumber $.Paginator.PageNumber }} class="active"{{ end }} href="{{ .URL }}">{{ .PageNumber }}</a>
{{ end }}{{ with .Next }}<a href="{{ .URL }}">Next</a>{{ end }}
</p>{{ end }}{{ end }}
\ No newline at end of file