From e111dcf7369be40d62a914ad4a8a940af993c470 Mon Sep 17 00:00:00 2001 From: Nicolaas Date: Tue, 15 Dec 2015 06:07:00 +1300 Subject: [PATCH] better pagination for larger number of blog posts I have a client who has 2000 entries on their blog without PaginationSummary this looks madness. --- templates/Includes/Pagination.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Includes/Pagination.ss b/templates/Includes/Pagination.ss index e704dd3..1d7cf91 100644 --- a/templates/Includes/Pagination.ss +++ b/templates/Includes/Pagination.ss @@ -6,7 +6,7 @@ <% end_if %> - <% loop $Pages %> + <% loop PaginationSummary(4) %> <% if $CurrentBool %> $PageNum <% else %>