summaryrefslogtreecommitdiff
path: root/feedlink.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-10-14 13:37:33 +0200
committerJonas Smedegaard <dr@jones.dk>2010-10-14 13:37:33 +0200
commit84b24bb78093106008157c05a7e4cfe0bb6f5fd1 (patch)
treefa5ec77e53ba062015a5cbf79213edf61919ac7f /feedlink.tmpl
Sync with ikiwiki 3.20100926.
Diffstat (limited to 'feedlink.tmpl')
-rw-r--r--feedlink.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/feedlink.tmpl b/feedlink.tmpl
new file mode 100644
index 0000000..be8637f
--- /dev/null
+++ b/feedlink.tmpl
@@ -0,0 +1,8 @@
+<div id="feedlink">
+<TMPL_IF RSSURL>
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR RSSURL>">RSS</a>
+</TMPL_IF>
+<TMPL_IF ATOMURL>
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR ATOMURL>">Atom</a>
+</TMPL_IF>
+</div>