diff --git a/layouts/partials/paige/pages.html b/layouts/partials/paige/pages.html index 8312e06e..5ed8053f 100644 --- a/layouts/partials/paige/pages.html +++ b/layouts/partials/paige/pages.html @@ -12,29 +12,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 }}