]> sipb.mit.edu Git - ikiwiki.git/blob - templates/feedlink.tmpl
another po4a patch has been sent.
[ikiwiki.git] / templates / feedlink.tmpl
1 <div id="feedlink">
2 <TMPL_IF RSSURL>
3 <a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR RSSURL>">RSS</a>
4 </TMPL_IF>
5 <TMPL_IF ATOMURL>
6 <a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR ATOMURL>">Atom</a>
7 </TMPL_IF>
8 </div>