diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index 190175a..a1da32f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -106,5 +106,14 @@ </div> </div> {% block js %}{% endblock%} +<script type="text/javascript"> +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); +</script> +<script type="text/javascript"> +try { +var pageTracker = _gat._getTracker("UA-1186171-1"); +pageTracker._trackPageview(); +} catch(err) {}</script> </body> </html>
\ No newline at end of file |