Skip to content

Commit

Permalink
added google tag
Browse files Browse the repository at this point in the history
cleaned up IE9

Signed-off-by: Andres LeonRangel <[email protected]>
  • Loading branch information
aleon1220 committed Feb 15, 2024
1 parent 90fa4ea commit 431309a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 10 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,14 @@
}
}
</style>

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

gtag('config', 'G-1M9BSF3GQG');
</script>
</head>
6 changes: 1 addition & 5 deletions _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,4 @@
* to display the correct image*/
imageOne.setImageDirection();
}

</script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</script>

0 comments on commit 431309a

Please sign in to comment.