summaryrefslogtreecommitdiff
path: root/feedlink.tmpl
diff options
context:
space:
mode:
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>