aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/web/default/header.html6
-rw-r--r--templates/web/emptyhomes/header.html6
2 files changed, 10 insertions, 2 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html
index e27abc473..ec0a3554b 100644
--- a/templates/web/default/header.html
+++ b/templates/web/default/header.html
@@ -12,7 +12,11 @@
<!--[if LT IE 7]>
<style type="text/css">@import url("/css/ie6.css");</style>
<![endif]-->
- [% # FIXME - insert RSS links here %]
+
+ [% IF rss %]
+ <link rel="alternate" type="application/rss+xml" title="[% rss.0 %]" href="[% rss.1 %]">
+ [% END %]
+
</head>
<body>
diff --git a/templates/web/emptyhomes/header.html b/templates/web/emptyhomes/header.html
index f003a840a..5e86cb899 100644
--- a/templates/web/emptyhomes/header.html
+++ b/templates/web/emptyhomes/header.html
@@ -15,7 +15,11 @@
<!--[if LT IE 7]>
<style type="text/css">@import url("/css/ie6.css");</style>
<![endif]-->
-<!-- FIXME {{ $rss }} -->
+
+[% IF rss %]
+ <link rel="alternate" type="application/rss+xml" title="[% rss.0 %]" href="[% rss.1 %]">
+[% END %]
+
</head>
<body>