Skip to content

Commit cb6277b

Browse files
committed
Add google analytics
1 parent 808b49d commit cb6277b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
<!-- Global site tag (gtag.js) - Google Analytics -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-115441830-1"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'UA-115441830-1');
12+
</script>
13+
414
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
515
<title>Visualizing Git</title>
616
<script src="js/vendor/jquery.js"></script>

0 commit comments

Comments
 (0)