From 9c486c8331a215ed01a903f25556470d77b31ff6 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Fri, 21 May 2021 21:09:28 +0200 Subject: [PATCH] Rework pagination template to work with Bulma and remove unecessery stuff --- .../chosto/layouts/partials/pagination.html | 30 +++++++------------ 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/themes/chosto/layouts/partials/pagination.html b/themes/chosto/layouts/partials/pagination.html index 0984b6f..1c77250 100644 --- a/themes/chosto/layouts/partials/pagination.html +++ b/themes/chosto/layouts/partials/pagination.html @@ -1,21 +1,16 @@ {{ $pag := $.Paginator }} {{ if gt $pag.TotalPages 1 -}} - + {{ end }}