We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54cf832 commit 7208dd0Copy full SHA for 7208dd0
templates/base.html
@@ -5,6 +5,15 @@
5
<!--[if gt IE 8]><!--><html class="no-js" lang="en" dir="ltr"> <!--<![endif]-->
6
{% load pipeline sitetree %}
7
<head>
8
+ <!-- Google tag (gtag.js) -->
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-TF35YF9CVH"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || [];
12
+ function gtag(){dataLayer.push(arguments);}
13
+ gtag('js', new Date());
14
+ gtag('config', 'G-TF35YF9CVH');
15
+ </script>
16
+
17
<meta charset="utf-8">
18
<meta http-equiv="X-UA-Compatible" content="IE=edge">
19
0 commit comments