diff options
author | breadcat | 2020-06-29 11:35:51 +0100 |
---|---|---|
committer | breadcat | 2020-06-29 11:35:51 +0100 |
commit | ffa55f089698ca8088d63f04050153664c3f50cf (patch) | |
tree | 044ff9dd7f65c7b16b64d520098a20050649334f /themes/Brine | |
parent | 4611fec148f272b175f7fc37178ba19b1f08c9e1 (diff) | |
download | blog.minskio.co.uk-ffa55f089698ca8088d63f04050153664c3f50cf.tar.gz blog.minskio.co.uk-ffa55f089698ca8088d63f04050153664c3f50cf.tar.bz2 blog.minskio.co.uk-ffa55f089698ca8088d63f04050153664c3f50cf.zip |
Clean leftover code from dev
Diffstat (limited to 'themes/Brine')
-rw-r--r-- | themes/Brine/layouts/partials/pagination.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/Brine/layouts/partials/pagination.html b/themes/Brine/layouts/partials/pagination.html index f1b97a1..6109d45 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 }} <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 |