Skip to content

Commit

Permalink
gtm
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Mar 26, 2018
1 parent c76c343 commit 3dc87e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
<link href="https://fonts.googleapis.com/css?family=Quicksand:400,700|Space+Mono|VT323" rel="stylesheet">
<link rel="stylesheet" href="{{ .Site.BaseURL }}main.css" type="text/css"/>
<link rel="stylesheet" href="{{ .Site.BaseURL }}syntax.css" type="text/css"/>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116208894-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-116208894-1');
</script>

</head>

<body>
Expand Down

0 comments on commit 3dc87e1

Please sign in to comment.