ENHANCEMENT: improved pagination for blog posts

This commit is contained in:
Nicolaas 2015-12-15 15:56:40 +13:00
parent 428cb742b2
commit 8dd6f2a3dd

View File

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