Browse Source

Fix Google Analytics code

It was not reporting because our URL changed.

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman 11 years ago
parent
commit
98f663bab2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/_layouts/default.html

+ 1 - 1
docs/_layouts/default.html

@@ -63,7 +63,7 @@
       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-43996733-3', 'orchardup.github.io');
+      ga('create', 'UA-43996733-3', 'auto');
       ga('send', 'pageview');
 
     </script>