]> sipb.mit.edu Git - ikiwiki.git/blobdiff - templates/feedlink.tmpl
Revert spam
[ikiwiki.git] / templates / feedlink.tmpl
index be8637f0f6f2c67f120dd45aef31270f525fd2c6..392871e039f23183e758193c6b483db0cc5ad341 100644 (file)
@@ -1,8 +1,8 @@
-<div id="feedlink">
+<div class="feedlink">
 <TMPL_IF RSSURL>
-<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR RSSURL>">RSS</a>
+<a class="feedbutton" type="application/rss+xml" rel="alternate" title="<TMPL_VAR RSSDESC>" href="<TMPL_VAR RSSURL>">RSS</a>
 </TMPL_IF>
 <TMPL_IF ATOMURL>
-<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR ATOMURL>">Atom</a>
+<a class="feedbutton" type="application/atom+xml" rel="alternate" title="<TMPL_VAR ATOMDESC>" href="<TMPL_VAR ATOMURL>">Atom</a>
 </TMPL_IF>
 </div>