summaryrefslogtreecommitdiff
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-06 21:03:39 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-06 21:03:39 +0000
commit7ba4a844a8b98395774298296c309c613a68d3dd (patch)
tree9a7030047751ca571e6a12f421381b03491915bf /templates/page.tmpl
parentbd1eb38ed8f0e0621000dc9d597967b9ad82d995 (diff)
* Include <link rel> tag for RSS feeds, used by some aggregators and
firefox to find the feed.
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 650d90ed1..15d39fbef 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -6,6 +6,9 @@
<title><TMPL_VAR TITLE></title>
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
+<TMPL_IF NAME="RSSLINK">
+<TMPL_VAR RSSLINK>
+</TMPL_IF>
<TMPL_IF NAME="META">
<TMPL_VAR META>
</TMPL_IF>