Skip to content

Commit

Permalink
Update index.html (#8)
Browse files Browse the repository at this point in the history
add google analytics
  • Loading branch information
mintduck committed Mar 22, 2021
1 parent 54b6b60 commit 17d10af
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/index.html
Expand Up @@ -3,6 +3,16 @@
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-192769708-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

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

<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down Expand Up @@ -259,4 +269,4 @@ <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Pe


</body>
</html>
</html>

0 comments on commit 17d10af

Please sign in to comment.