Merge pull request #352 from sunnysideup/patch-1

ENHANCEMENT: improved pagination for a long list of blog posts
This commit is contained in:
Damian Mooyman 2015-12-15 16:23:05 +13:00
commit c212c8fc87
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<a class="prev" href="{$PrevLink}">&larr;</a>
<% end_if %>
<% loop $Pages %>
<% loop $PaginationSummary(4) %>
<% if $CurrentBool %>
<span>$PageNum</span>
<% else %>