Moved GA to head

This commit is contained in:
Manuel Ebert 2012-04-16 13:10:12 +02:00
parent 24423670bc
commit 0da5f27101
2 changed files with 13 additions and 13 deletions

View file

@ -24,6 +24,19 @@
<link rel="shortcut icon" href="img/favicon.png">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30926613-1']);
_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>