Skip to content

Commit

Permalink
add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 22, 2015
1 parent 595881f commit 320a8bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@
<title>I am Elvin Yung.</title>
<link rel="stylesheet" href="css/style.css?1">
<script src="js/site.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58834115-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<header class="top-bar center-text">
Expand Down

0 comments on commit 320a8bf

Please sign in to comment.