diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html index 2002d00f..69b0f41f 100644 --- a/layouts/partials/paige/pages.html +++ b/layouts/partials/paige/pages.html @@ -14,25 +14,25 @@ {{ with $page.Paginator }} {{ if and (ne .PageNumber .First.PageNumber) (ne .First.PageNumber .Prev.PageNumber) }}
  • - +
  • {{ end }} {{ with .Prev }}
  • - +
  • {{ end }} {{ with .Next }}
  • - +
  • {{ end }} {{ if and (ne .PageNumber .Last.PageNumber) (ne .Last.PageNumber .Next.PageNumber) }}
  • - +
  • {{ end }} {{ end }}