added analytics code
This commit is contained in:
parent
3642e39271
commit
51fa10121f
@ -11,6 +11,14 @@
|
|||||||
<link rel='icon' type='image/png' href='favicon.png'>
|
<link rel='icon' type='image/png' href='favicon.png'>
|
||||||
%sapper.styles%
|
%sapper.styles%
|
||||||
%sapper.head%
|
%sapper.head%
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-175013738-1"></script>
|
||||||
|
<script>window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'UA-175013738-1');
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='hydrate'>%sapper.html%</div>
|
<div id='hydrate'>%sapper.html%</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user