mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
9 lines
174 B
Scheme
9 lines
174 B
Scheme
|
<% if Archive %>
|
||
|
<nav class="secondary">
|
||
|
<ul>
|
||
|
<% loop Archive %>
|
||
|
<li><a href="$Link" title="$Title">$Title</a></li>
|
||
|
<% end_loop %>
|
||
|
</ul>
|
||
|
<% end_if %>
|
||
|
</nav>
|