]> git.cworth.org Git - cworth.org/blob - templates/feedlink.tmpl
Add the word "Subscribe" to RSS and Atom buttons
[cworth.org] / 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>">Subscribe with RSS</a>
4 </TMPL_IF>
5 <TMPL_IF NAME="ATOMURL">
6 <a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Subscribe with Atom</a>
7 </TMPL_IF>
8 </div>