From 1e00842489b05ae49bb3c8af8b4795f68b3be979 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 3 Apr 2025 10:16:04 -0700 Subject: [PATCH] tpl/tplimpl: Update embedded pagination template --- tpl/tplimpl/embedded/templates/_partials/pagination.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tpl/tplimpl/embedded/templates/_partials/pagination.html b/tpl/tplimpl/embedded/templates/_partials/pagination.html index 9f8244702..995ac5680 100644 --- a/tpl/tplimpl/embedded/templates/_partials/pagination.html +++ b/tpl/tplimpl/embedded/templates/_partials/pagination.html @@ -20,7 +20,7 @@ {{- if in $validFormats $format }} {{- if gt $page.Paginator.TotalPages 1 }} {{- end }} {{- else }} @@ -29,7 +29,7 @@ {{/* Format: default {{/* --------------------------------------------------------------------- */}} -{{- define "partials/inline/pagination/default" }} +{{- define "_partials/inline/pagination/default.html" }} {{- with .Paginator }} {{- $currentPageNumber := .PageNumber }} @@ -100,7 +100,7 @@ {{/* Format: terse {{/* --------------------------------------------------------------------- */}} -{{- define "partials/inline/pagination/terse" }} +{{- define "_partials/inline/pagination/terse.html" }} {{- with .Paginator }} {{- $currentPageNumber := .PageNumber }}