google tags
This commit is contained in:
parent
62bbc3487f
commit
1dee0ab12d
@ -3,10 +3,22 @@
|
||||
|
||||
<head>
|
||||
{% block head %}
|
||||
<!-- Google Tag Manager -->
|
||||
<script>(function (w, d, s, l, i) {
|
||||
w[l] = w[l] || []; w[l].push({
|
||||
'gtm.start':
|
||||
new Date().getTime(), event: 'gtm.js'
|
||||
}); var f = d.getElementsByTagName(s)[0],
|
||||
j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src =
|
||||
'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f);
|
||||
})(window, document, 'script', 'dataLayer', 'GTM-KFJ95RP');</script>
|
||||
<!-- End Google Tag Manager -->
|
||||
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{get_url(path=" rss.xml",
|
||||
trailing_slash=false)}}">
|
||||
<link rel="webmention" href="https://webmention.io/va3zza.com/webmention" />
|
||||
@ -107,6 +119,13 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
{# URL Rewriter for retrylife.ca #}
|
||||
<script>
|
||||
if (window.location.hostname == 'retrylife.ca') {
|
||||
window.location.href = window.location.href.replace('retrylife.ca', 'va3zza.com');
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user