diff --git a/templates/Includes/BlogPagination.ss b/templates/Includes/BlogPagination.ss index e43a2e6..9a34e6a 100644 --- a/templates/Includes/BlogPagination.ss +++ b/templates/Includes/BlogPagination.ss @@ -6,11 +6,15 @@ <% end_if %> - <% control BlogEntries.Pages %> + <% control BlogEntries.PaginationSummary(4) %> <% if CurrentBool %> $PageNum <% else %> - $PageNum + <% if PageNum = --- %> + ... + <% else %> + $PageNum + <% end_if %> <% end_if %> <% end_control %>