From 31719f718d62bedb4795079d0fe690f039bef614 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 8 Sep 2022 02:16:13 -0400 Subject: themes/default/layouts/partials/pagination: Clean up labels --- themes/default/layouts/partials/pagination.html | 28 ++++++++++++------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/themes/default/layouts/partials/pagination.html b/themes/default/layouts/partials/pagination.html index cc4cc00..4c2d97f 100644 --- a/themes/default/layouts/partials/pagination.html +++ b/themes/default/layouts/partials/pagination.html @@ -3,26 +3,25 @@ {{ if and .HasPrev .First }} + > First {{ else }} {{- end -}} {{ with .Prev }} @@ -30,7 +29,7 @@ @@ -38,10 +37,10 @@ {{ if .Next }} @@ -49,7 +48,7 @@ @@ -58,16 +57,15 @@ {{ if and .HasNext .Last }} + title="Last" + > Last {{ else }} {{- end -}} -- cgit v1.2.3