Skip to content

Commit 6e2d7f9

Browse files
committed
Remove Google Analytics code since we are not using it
1 parent e2a4e34 commit 6e2d7f9

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

_layouts/default.html

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,5 @@ <h1>EditorConfig</h1>
7878
</footer>
7979
</div>
8080
</div>
81-
82-
{% if jekyll.environment == "production" %}
83-
<script type="text/javascript">
84-
85-
var _gaq = _gaq || [];
86-
_gaq.push(['_setAccount', 'UA-32136778-1']);
87-
_gaq.push(['_setDomainName', 'editorconfig.org']);
88-
_gaq.push(['_trackPageview']);
89-
90-
(function() {
91-
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
92-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
93-
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
94-
})();
95-
96-
</script>
97-
{% endif%}
9881
</body>
9982
</html>

0 commit comments

Comments
 (0)