1
0
mirror of https://github.com/silverstripe/silverstripe-blog synced 2024-10-22 11:05:58 +02:00
silverstripe-blog/templates/widgets/BlogRecentPostsWidget.ss

7 lines
136 B
Scheme
Raw Normal View History

<% if Posts %>
2013-08-04 18:38:26 +02:00
<ul>
<% loop Posts %>
<li><a href="$Link" title="$Title">$Title</a></li>
<% end_loop %>
</ul>
<% end_if %>