]> sipb.mit.edu Git - ikiwiki.git/blob - templates/feedlink.tmpl
Escape HTML in RSS feeds, rather than relying on it being valid to stuff into a CDATA...
[ikiwiki.git] / templates / feedlink.tmpl
1 <div id="feedlink">
2 <TMPL_IF NAME="RSSURL">
3 <a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
4 </TMPL_IF>
5 <TMPL_IF NAME="ATOMURL">
6 <a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Atom</a>
7 </TMPL_IF>
8 </div>