diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html index 0df22ae3bab..e4d708ff6ce 100644 --- a/_includes/google-analytics.html +++ b/_includes/google-analytics.html @@ -7,8 +7,8 @@ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); - galite('create', '{{ site.google_analytics }}', 'auto'); - galite('send', 'pageview'); + ga('create', '{{ site.google_analytics }}', 'auto'); + ga('send', 'pageview'); {% endif %} \ No newline at end of file