Skip to content

Commit

Permalink
add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
yannlugrin committed Apr 14, 2012
1 parent 0134bd2 commit e0344ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions layouts/default.html
Expand Up @@ -17,5 +17,17 @@
<script type="text/javascript"> <script type="text/javascript">
$('[rel=tooltip]').tooltip(); $('[rel=tooltip]').tooltip();
</script> </script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2241355-1']);
_gaq.push(['_setDomainName', 'liquid-concept.ch']);
_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>
</body> </body>
</html> </html>

0 comments on commit e0344ac

Please sign in to comment.