aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/header.html
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-04 10:13:51 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-04 10:13:51 +0100
commitba1a221b94cb96e0c70a12bd56784302da6e68e8 (patch)
treee9c949b2fa41308de5d70d3951a8f0dbc9aabbd0 /templates/web/default/header.html
parentde30e7bf9a3e8a09ff6f8d23381ae2abbc932d85 (diff)
rss links
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r--templates/web/default/header.html6
1 files changed, 5 insertions, 1 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>