From 47fc02a8c71af4926148beb5d5cc0fc221aa5429 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 15 Dec 2024 14:37:33 +0300 Subject: Auto-commit 2024-12-15 --- layouts/partials/pagination.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'layouts/partials/pagination.html') diff --git a/layouts/partials/pagination.html b/layouts/partials/pagination.html index f30e72c..8b8e319 100644 --- a/layouts/partials/pagination.html +++ b/layouts/partials/pagination.html @@ -35,22 +35,22 @@ {{- with .First }} {{- if ne $currentPageNumber .PageNumber }}
  • - +
  • {{- else }}
  • - +
  • {{- end }} {{- end }} {{- with .Prev }}
  • - +
  • {{- else }}
  • - +
  • {{- end }} @@ -75,22 +75,22 @@ {{- with .Next }}
  • - +
  • {{- else }}
  • - +
  • {{- end }} {{- with .Last }} {{- if ne $currentPageNumber .PageNumber }}
  • - +
  • {{- else }}
  • - +
  • {{- end }} {{- end }} -- cgit v1.2.3