diff options
Diffstat (limited to 'templates/web/default/header.html')
-rw-r--r-- | templates/web/default/header.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/default/header.html b/templates/web/default/header.html index 491329c5d..52f066663 100644 --- a/templates/web/default/header.html +++ b/templates/web/default/header.html @@ -12,9 +12,9 @@ </head> <body> - <div id="header"> - <a href="/">[% loc('Fix<span id="my">My</span>Street') %]</a> - </div> + [% IF NOT title AND NOT c.req.path %]<h1 id="header">[% ELSE %]<div id="header"><a href="/">[% END %] + [%- loc('Fix<span id="my">My</span>Street') %] + [%- IF NOT title AND NOT c.req.path %]</h1>[% ELSE %]</a></div>[% END %] <div id="wrapper"><div id="mysociety"> |