summaryrefslogtreecommitdiff
path: root/feedlink.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-06-15 12:43:29 +0200
committerJonas Smedegaard <dr@jones.dk>2011-06-15 12:43:29 +0200
commit22aab9de14269b30aeacec7717e5447e24b0f457 (patch)
tree72d5f98148fe04f5b7a127a0a891b7deb08abe8a /feedlink.tmpl
parent84b24bb78093106008157c05a7e4cfe0bb6f5fd1 (diff)
Sync with ikiwiki 3.20110608.
Diffstat (limited to 'feedlink.tmpl')
-rw-r--r--feedlink.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/feedlink.tmpl b/feedlink.tmpl
index be8637f..c67ad9c 100644
--- a/feedlink.tmpl
+++ b/feedlink.tmpl
@@ -1,8 +1,8 @@
-<div id="feedlink">
+<div <TMPL_IF ID>id="<TMPL_VAR ID ESCAPE=HTML>"</TMPL_IF> 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>