This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-blog
Watch
1
Star
0
Fork
0
You've already forked silverstripe-blog
mirror of
https://github.com/silverstripe/silverstripe-blog
synced
2024-10-22 11:05:58 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
7ecffc568a
silverstripe-blog
/
templates
/
RSSWidget.ss
7 lines
93 B
Scheme
Raw
Normal View
History
Unescape
Escape
MINOR: update Requirements in README
2012-05-21 04:58:26 +02:00
<ul>
ENHANCEMENT: Template changes Updated template elements for 3.0. Made html follow proper heading hierarchy Optimized generated html so it can be more easily styled.
2012-08-17 05:55:08 +02:00
<%
loop
FeedItems
%>
MINOR: update Requirements in README
2012-05-21 04:58:26 +02:00
<li>
<a
href=
"$Link"
>$Title</a>
</li>
ENHANCEMENT: Template changes Updated template elements for 3.0. Made html follow proper heading hierarchy Optimized generated html so it can be more easily styled.
2012-08-17 05:55:08 +02:00
<%
end_loop
%>
MINOR: update Requirements in README
2012-05-21 04:58:26 +02:00
</ul>
Reference in New Issue
Copy Permalink