From ad505d88ad0c586ca6b1eff2a0c7873c544c5fe1 Mon Sep 17 00:00:00 2001 From: breadcat Date: Sun, 28 Jun 2020 00:34:31 +0100 Subject: Tidy up produced HTML Indentation, unecessary CSS declarations, line breaks, everything must go! --- themes/Brine/layouts/partials/pagination.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'themes/Brine/layouts/partials') diff --git a/themes/Brine/layouts/partials/pagination.html b/themes/Brine/layouts/partials/pagination.html index 7ed3bce..1dc3648 100644 --- a/themes/Brine/layouts/partials/pagination.html +++ b/themes/Brine/layouts/partials/pagination.html @@ -1,6 +1,5 @@ -{{ with $.Paginator }}{{ if gt .TotalPages 1 }} -
- {{ with .Prev }}Previous - {{ end }}{{ range .Pagers }}{{ .PageNumber }} - {{ end }}{{ with .Next }}Next{{ end }} -
{{ end }}{{ end }} \ No newline at end of file +{{ with $.Paginator }}{{ if gt .TotalPages 1 }}+ {{ with .Prev }}Previous + {{ end }}{{ range .Pagers }}{{ .PageNumber }} + {{ end }}{{ with .Next }}Next{{ end }} +
{{ end }}{{ end }} \ No newline at end of file -- cgit v1.2.3