Merge pull request #9176 from Rhym/patch-1

Update pagination code snippet
This commit is contained in:
Robbie Averill 2019-08-13 15:18:56 +12:00 committed by GitHub
commit c6607c3e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ switch between pages:
<% if $PaginatedPages.NotFirstPage %>
<a class="prev" href="$PaginatedPages.PrevLink">Prev</a>
<% end_if %>
<% loop $PaginatedPages.Pages %>
<% loop $PaginatedPages.PaginationSummary %>
<% if $CurrentBool %>
$PageNum
<% else %>