mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
removed redundant templates
This commit is contained in:
parent
d97ab8ce93
commit
8cb919fdd6
@ -1,21 +0,0 @@
|
||||
<% if $PaginatedList.MoreThanOnePage %>
|
||||
<nav class="BlogPagination">
|
||||
<% if $PaginatedList.NotFirstPage %>
|
||||
<a class="prev" href="$PaginatedList.PrevLink">Prev</a>
|
||||
<% end_if %>
|
||||
<% loop $PaginatedList.Pages %>
|
||||
<% if $CurrentBool %>
|
||||
$PageNum
|
||||
<% else %>
|
||||
<% if $Link %>
|
||||
<a href="$Link">$PageNum</a>
|
||||
<% else %>
|
||||
...
|
||||
<% end_if %>
|
||||
<% end_if %>
|
||||
<% end_loop %>
|
||||
<% if $PaginatedList.NotLastPage %>
|
||||
<a class="next" href="$PaginatedList.NextLink">Next</a>
|
||||
<% end_if %>
|
||||
</nav>
|
||||
<% end_if %>
|
@ -1,3 +0,0 @@
|
||||
<aside class="sidebar unit size1of4">
|
||||
$SideBar
|
||||
</aside>
|
Loading…
Reference in New Issue
Block a user