mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
d33e209ee5
Updated template elements for 3.0. Made html follow proper heading hierarchy Optimized generated html so it can be more easily styled.
7 lines
93 B
Scheme
7 lines
93 B
Scheme
<ul>
|
|
<% loop FeedItems %>
|
|
<li>
|
|
<a href="$Link">$Title</a>
|
|
</li>
|
|
<% end_loop %>
|
|
</ul> |