We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393f272 commit 870f2caCopy full SHA for 870f2ca
_includes/analytics-providers/google.html
@@ -1,4 +1,4 @@
1
-<script type="text/javascript">
+<script>
2
var _gaq = _gaq || [];
3
_gaq.push(['_setAccount', '{{ site.analytics.google.tracking_id }}']);
4
{% if site.analytics.google.anonymize_ip == true %}
@@ -11,4 +11,4 @@
11
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
12
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
13
})();
14
-</script>
+</script>
0 commit comments