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.
5 lines
111 B
Scheme
5 lines
111 B
Scheme
<p class="tagcloud">
|
|
<% loop TagsCollection %>
|
|
<a href="$Link" class="$Class">$Tag</a>
|
|
<% end_loop %>
|
|
</p> |