We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14af42d commit 917d228Copy full SHA for 917d228
1 file changed
templates/index.html
@@ -5,6 +5,16 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
<meta http-equiv="content-type" content="text/html; charset=utf-8">
7
8
+ <!-- Google tag (gtag.js) -->
9
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-FHY27GF82H"></script>
10
+ <script>
11
+ window.dataLayer = window.dataLayer || [];
12
+ function gtag(){dataLayer.push(arguments);}
13
+ gtag('js', new Date());
14
+
15
+ gtag('config', 'G-FHY27GF82H');
16
+ </script>
17
18
<!-- Enable responsiveness on mobile devices-->
19
<meta name="viewport" content="width=device-width, initial-scale=1.0">
20
{% if page %}
0 commit comments