mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
12 lines
217 B
Scheme
12 lines
217 B
Scheme
<% if $Posts %>
|
|
<ul>
|
|
<% loop $Posts %>
|
|
<li>
|
|
<a href="$Link" title="$Title">
|
|
<span class="arrow">→</span>
|
|
<span class="text">$Title</span>
|
|
</a>
|
|
</li>
|
|
<% end_loop %>
|
|
</ul>
|
|
<% end_if %> |