We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2a4e34 commit 6e2d7f9Copy full SHA for 6e2d7f9
_layouts/default.html
@@ -78,22 +78,5 @@ <h1>EditorConfig</h1>
78
</footer>
79
</div>
80
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%}
98
</body>
99
</html>
0 commit comments