]> git.cworth.org Git - cworth.org/blobdiff - templates/feedlink.tmpl
Add the word "Subscribe" to RSS and Atom buttons
[cworth.org] / templates / feedlink.tmpl
index 2963156c1b6200cfdd06099ecc94df8764a8656c..e56676808e28b8802bbfa7caee9117355015a4b9 100644 (file)
@@ -1,8 +1,8 @@
 <div id="feedlink">
 <TMPL_IF NAME="RSSURL">
-<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">RSS</a>
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR NAME=RSSURL>">Subscribe with RSS</a>
 </TMPL_IF>
 <TMPL_IF NAME="ATOMURL">
-<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Atom</a>
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Subscribe with Atom</a>
 </TMPL_IF>
 </div>