Skip to content

Commit 0933b9d

Browse files
committed
GA & GWT
Adding Google Analytics (because it was about 15 billion years out of date)
1 parent 85574b7 commit 0933b9d

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.DS_Store

0 Bytes
Binary file not shown.

_layouts/default.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33

44
{% include head.html %}
55
<body>
6-
<!-- Google Tag Manager (noscript) -->
7-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TLGW7K"
8-
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
9-
<!-- End Google Tag Manager (noscript) -->
6+
7+
<!-- Google tag (gtag.js) -->
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-M1VSMYZZYP"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag(){dataLayer.push(arguments);}
12+
gtag('js', new Date());
13+
gtag('config', 'G-M1VSMYZZYP');
14+
</script>
15+
16+
<meta name="google-site-verification" content="oyBgiHuSKD_-LI_5ipCtIOXaxoekfMtsShYNfP-RMsg" />
1017

1118
<div class="container content">
1219
<div class="masthead">

0 commit comments

Comments
 (0)