myheats-website

Website for myheats
git clone https://git.in0rdr.ch/myheats-website.git
Log | Files | Refs | Pull requests | README | LICENSE

foot.html (508B)


      1 <script type="text/javascript">
      2     var _gaq = _gaq || [];
      3     _gaq.push(['_setAccount', '{{ site.google_analytics }}']);
      4     _gaq.push(['_trackPageview']);
      5 
      6     (function() {
      7         var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      8         ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      9         var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
     10     })();
     11 </script>