diff --git a/docs/src/templates/index.html b/docs/src/templates/index.html
index 9bdf977b..d6afd478 100644
--- a/docs/src/templates/index.html
+++ b/docs/src/templates/index.html
@@ -30,6 +30,7 @@
'docs-combined.js',
'docs-keywords.js'], function(){
angular.compile(document)();
+ $script(('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js');
});
});
});
@@ -88,14 +89,5 @@