blob: d90476edaa7bf1b46d23e280c3cf87d8fb304510 [file] [log] [blame]
Giulio Fidente44ccac72013-03-21 18:51:03 +01001{% if GOOGLE_ANALYTICS %}
2<script type="text/javascript">
Giulio Fidente44ccac72013-03-21 18:51:03 +01003 var _gaq = _gaq || [];
4 _gaq.push(['_setAccount', '{{ GOOGLE_ANALYTICS }}']);
5 _gaq.push(['_trackPageview']);
6
7 (function() {
8 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
9 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
10 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
11 })();
Giulio Fidente44ccac72013-03-21 18:51:03 +010012</script>
13{% endif %}