Skip to content

Commit

Permalink
Added analytics code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordnapi committed Jan 30, 2014
1 parent 7ca10fb commit 1a45a35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@
<!-- Custom styles for this template -->
<script src="static/js/jquery-1.10.2.min.js"></script>
<script src="static/js/bootstrap.min.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-47613989-1', 'euroute.me');
ga('send', 'pageview');

</script>

{% block head %}
{% endblock %}
</head>
Expand Down

0 comments on commit 1a45a35

Please sign in to comment.