Skip to content

Commit

Permalink
Add Google Analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Nov 1, 2017
1 parent 5b14560 commit c553682
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/_layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,13 @@
</head>
<body data-sidebar-visible="true" class="font-sans font-normal text-slate-darker leading-normal">
@yield('body')
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109068504-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-109068504-1');
</script>
</body>
</html>

0 comments on commit c553682

Please sign in to comment.