Skip to content

Commit 126ebef

Browse files
committed
Update analytics tag script.
1 parent 32216a7 commit 126ebef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<title>Data Mechanics</title>
8+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-90403446-1"></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-90403446-1');
11+
</script>
812
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Alex+Brush">
913
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
1014
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/styles/vs.min.css">

0 commit comments

Comments
 (0)