Skip to content

Commit

Permalink
feat(demo): Add Google Analytics tracking code
Browse files Browse the repository at this point in the history
  • Loading branch information
no-chris committed Jun 18, 2019
1 parent 30c7c4b commit 5c01032
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs-src/assets/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!doctype html>
<html class="no-js" lang="en_EN">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142291136-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-142291136-1');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Chord-Symbol</title>
Expand Down
8 changes: 8 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
<!doctype html>
<html class="no-js" lang="en_EN">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142291136-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-142291136-1');
</script>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Chord-Symbol</title>
Expand Down

0 comments on commit 5c01032

Please sign in to comment.