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 f9ffae7 commit 8244e54Copy full SHA for 8244e54
static/index.js
@@ -0,0 +1,6 @@
1
+// Google Analytics
2
+window.dataLayer = window.dataLayer || [];
3
+function gtag(){dataLayer.push(arguments);}
4
+gtag('js', new Date());
5
+
6
+gtag('config', 'G-36KQSD0BWH');
templates/layout.html
@@ -28,6 +28,9 @@
28
29
</head>
30
31
+ <!-- Google Analytics -->
32
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-36KQSD0BWH"></script>
33
34
<body>
35
36
<nav class="navbar navbar-expand-md navbar-light bg-light border">
@@ -78,4 +81,6 @@
78
81
79
82
</body>
80
83
84
+ <script type="text/javascript" src="/static/index.js"></script>
85
86
</html>
0 commit comments