]> git.cworth.org Git - cworth.org/commitdiff
Add the word "Subscribe" to RSS and Atom buttons
authorCarl Worth <cworth@cworth.org>
Wed, 30 May 2007 00:03:26 +0000 (17:03 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 30 May 2007 00:03:26 +0000 (17:03 -0700)
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>