summaryrefslogtreecommitdiffstats
path: root/templates/feedlink.tmpl
blob: 7d82c027cec096cc6630f6f3f3ea0b5fc46f91bc (plain)
1
2
3
4
5
6
7
8
<div class="text-right" style="margin-top:1em; margin-bottom:1em;">
  <TMPL_IF RSSURL>
    <a class="label label-info" type="application/rss+xml" rel="alternate" title="<TMPL_VAR RSSDESC>" href="<TMPL_VAR RSSURL>">RSS</a>
  </TMPL_IF>
  <TMPL_IF ATOMURL>
    <a class="label label-info" type="application/atom+xml" rel="alternate" title="<TMPL_VAR ATOMDESC>" href="<TMPL_VAR ATOMURL>">Atom</a>
  </TMPL_IF>
</div>