(no commit message)
[ikiwiki.git] / templates / feedlink.tmpl
1 <div <TMPL_IF ID>id="<TMPL_VAR ID ESCAPE=HTML>"</TMPL_IF> class="feedlink">
2 <TMPL_IF RSSURL>
3 <a class="feedbutton" type="application/rss+xml" rel="alternate" title="<TMPL_VAR RSSDESC>" href="<TMPL_VAR RSSURL>">RSS</a>
4 </TMPL_IF>
5 <TMPL_IF ATOMURL>
6 <a class="feedbutton" type="application/atom+xml" rel="alternate" title="<TMPL_VAR ATOMDESC>" href="<TMPL_VAR ATOMURL>">Atom</a>
7 </TMPL_IF>
8 </div>