aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/stevenage
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-08-15 11:43:21 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-08-16 18:38:23 +0100
commitbef9203e2380df25372e3f8aa7c763a72ec4aa5a (patch)
tree8c57cf70250ca279d43bf4b1cf77731a151c9a28 /templates/web/stevenage
parent3425a7ba037612141f75321d3d0b226e4ca0ed1e (diff)
Move most JavaScript to end, inline the remaining.
Diffstat (limited to 'templates/web/stevenage')
-rw-r--r--templates/web/stevenage/footer.html5
-rw-r--r--templates/web/stevenage/header.html1
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/stevenage/footer.html b/templates/web/stevenage/footer.html
index 3fcd9b5a1..e251a83c2 100644
--- a/templates/web/stevenage/footer.html
+++ b/templates/web/stevenage/footer.html
@@ -105,8 +105,9 @@
</div>
</div>
</div>
-
-<!-- [% INCLUDE 'debug_footer.html' %] -->
</div> <!-- .wrapper -->
+
+ [% INCLUDE 'common_footer_tags.html' %]
+
</body>
</html>
diff --git a/templates/web/stevenage/header.html b/templates/web/stevenage/header.html
index f5d68eabe..34f5ba2b2 100644
--- a/templates/web/stevenage/header.html
+++ b/templates/web/stevenage/header.html
@@ -20,7 +20,6 @@
[% INCLUDE 'common_header_tags.html' %]
[% INCLUDE 'tracking_code.html' %]
- [% PROCESS 'header_extra.html' %]
</head>
<body class="[% bodyclass | html IF bodyclass %]">