Skip to content

Commit

Permalink
analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
stig committed Jan 21, 2013
1 parent 2124ede commit 9eb408f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _layouts/default.html
Expand Up @@ -11,6 +11,20 @@
<link rel="stylesheet" href="/css/default.css" type="text/css" media="screen, projection" />
<link rel="self" type="application/atom+xml" href="/atom.xml"/>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4113456-7']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>

</head>
<body>

Expand Down

0 comments on commit 9eb408f

Please sign in to comment.