diff options
-rw-r--r-- | templates/website/cobrands/emptyhomes/emptyhomes-header | 2 | ||||
-rw-r--r-- | templates/website/header | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/website/cobrands/emptyhomes/emptyhomes-header b/templates/website/cobrands/emptyhomes/emptyhomes-header index e31f6b625..86c023f2f 100644 --- a/templates/website/cobrands/emptyhomes/emptyhomes-header +++ b/templates/website/cobrands/emptyhomes/emptyhomes-header @@ -12,7 +12,7 @@ <!--[if LT IE 7]> <style type="text/css">@import url("/css/ie6.css");</style> <![endif]--> -<!-- RSS --> +{{ rss }} </head> <body> diff --git a/templates/website/header b/templates/website/header index 20b2abde1..9246ea927 100644 --- a/templates/website/header +++ b/templates/website/header @@ -9,7 +9,7 @@ <!--[if LT IE 7]> <style type="text/css">@import url("/css/ie6.css");</style> <![endif]--> - <!-- RSS --> + {{ rss }} </head> <body> {{ heading_element_start }}{{ heading }}{{ heading_element_end }} |