diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/header.html | 6 |
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> |