summaryrefslogtreecommitdiff
path: root/feedlink.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-07-14 20:34:13 +0200
committerJonas Smedegaard <dr@jones.dk>2010-07-14 20:34:13 +0200
commit5df058b2b3dc6e565ad3b3604263f487ef65f2af (patch)
tree4a0903cd24eb289208c0fe0e661eb938094ba60e /feedlink.tmpl
parent03cdb15da3f28c109a1a176d6c3f53cf5e1a18f3 (diff)
Sync with ikiwiki 3.20100704.
Diffstat (limited to 'feedlink.tmpl')
-rw-r--r--feedlink.tmpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/feedlink.tmpl b/feedlink.tmpl
index 2963156..be8637f 100644
--- a/feedlink.tmpl
+++ b/feedlink.tmpl
@@ -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>
+<TMPL_IF RSSURL>
+<a class="feedbutton" type="application/rss+xml" href="<TMPL_VAR RSSURL>">RSS</a>
</TMPL_IF>
-<TMPL_IF NAME="ATOMURL">
-<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR NAME=ATOMURL>">Atom</a>
+<TMPL_IF ATOMURL>
+<a class="feedbutton" type="application/atom+xml" href="<TMPL_VAR ATOMURL>">Atom</a>
</TMPL_IF>
</div>