summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/base.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 14573f6..a3ae28f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -26,6 +26,18 @@
<meta property="og:url" content="https://carpentertutoring.com" />
</head>
+
+<!-- Google tag (gtag.js) -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=G-RZLJ3ZBKZL"></script>
+<script>
+ window.dataLayer = window.dataLayer || [];
+ function gtag(){dataLayer.push(arguments);}
+ gtag('js', new Date());
+
+ gtag('config', 'G-RZLJ3ZBKZL');
+</script>
+
+
<body>
<nav>
<a href="/#contact">Contact</a>