diff options
Diffstat (limited to 'templates/web/stevenage')
-rw-r--r-- | templates/web/stevenage/footer.html | 2 | ||||
-rw-r--r-- | templates/web/stevenage/header.html | 6 | ||||
-rw-r--r-- | templates/web/stevenage/tracking_code.html | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/templates/web/stevenage/footer.html b/templates/web/stevenage/footer.html index 149ad171b..bf7608899 100644 --- a/templates/web/stevenage/footer.html +++ b/templates/web/stevenage/footer.html @@ -64,7 +64,7 @@ <div class="nav-wrapper"> <div class="container"> - [% INCLUDE "main_nav.html" body_name=c.cobrand.council_area hide_privacy_link=1 %] + [% INCLUDE "main_nav.html" hide_privacy_link=1 %] </div> </div> </div> diff --git a/templates/web/stevenage/header.html b/templates/web/stevenage/header.html index 0fe6dfed1..052a27dfc 100644 --- a/templates/web/stevenage/header.html +++ b/templates/web/stevenage/header.html @@ -16,6 +16,8 @@ </head> <body class="[% bodyclass | html IF bodyclass %]"> + [% INCLUDE 'debug_header.html' %] + <div class="wrapper"> <div class="table-cell"> <header id="site-header"> @@ -24,9 +26,7 @@ <a href="#main-nav" id="nav-link">Main Navigation</a> </div> </header> - [% pre_container_extra %] + [% pre_container_extra | safe %] <div class="container"> <div class="content[% " $mainclass" | html IF mainclass %]" role="main"> - - <!-- [% INCLUDE 'debug_header.html' %] --> diff --git a/templates/web/stevenage/tracking_code.html b/templates/web/stevenage/tracking_code.html index e7c2bafd6..0bee01d73 100644 --- a/templates/web/stevenage/tracking_code.html +++ b/templates/web/stevenage/tracking_code.html @@ -1,6 +1,6 @@ [% IF c.config.BASE_URL == "https://www.fixmystreet.com" %] -<script> +<script nonce="[% csp_nonce %]"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |