blob: 12d9fe9d4b993e2162a203e85f65f572cc3c3941 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[% IF NOT bodyclass.match('mappage') %]
<link rel="prefetch" href="[% version('/vendor/OpenLayers.Projection.OrdnanceSurvey.js') %]">
[% END %]
[% IF bodyclass.match('frontpage') %]
<link rel="prefetch" href="[% version('/cobrands/fixmystreet.com/js.js') %]">
[% END %]
[% IF c.req.uri.host == 'osm.fixmystreet.com' %]
<link rel="canonical" href="https://www.fixmystreet.com[% c.req.uri.path_query %]">
[% END %]
<link rel="Shortcut Icon" type="image/x-icon" href="/cobrands/fixmystreet.com/favicon.ico">
[% INCLUDE 'tracking_code.html' %]
|