Skip to content

Commit 08d2626

Browse files
author
Jonathan Lovera
authored
Added Google Analytics
1 parent 4bdef2a commit 08d2626

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
<title>Jonathan Lovera</title>
88
<meta name="description" content="I am a developer that loves learning and new challenges. I am always seeking to improve myself and my craft. Checkout my projects.">
99

10+
<!-- Global site tag (gtag.js) - Google Analytics -->
11+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143005132-1"></script>
12+
<script>
13+
window.dataLayer = window.dataLayer || [];
14+
function gtag(){dataLayer.push(arguments);}
15+
gtag('js', new Date());
16+
17+
gtag('config', 'UA-143005132-1');
18+
</script>
19+
1020
<!-- Start Single Page Apps for GitHub Pages -->
1121
<script type="text/javascript">
1222
(function(l) {

0 commit comments

Comments
 (0)