diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 21:03:39 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-06 21:03:39 +0000 |
commit | 7ba4a844a8b98395774298296c309c613a68d3dd (patch) | |
tree | 9a7030047751ca571e6a12f421381b03491915bf /templates | |
parent | bd1eb38ed8f0e0621000dc9d597967b9ad82d995 (diff) | |
download | ikiwiki-7ba4a844a8b98395774298296c309c613a68d3dd.tar ikiwiki-7ba4a844a8b98395774298296c309c613a68d3dd.tar.gz |
* Include <link rel> tag for RSS feeds, used by some aggregators and
firefox to find the feed.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.tmpl | 3 |
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> |