From a77866083419b1b00c3d20de7bcd83120549ac03 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 9 Jun 2024 19:42:43 -0700 Subject: [PATCH] Use arrow, heavy black arrow entities for pagination links --- layouts/partials/paige/pages.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}