Skip to content

Commit 2d0dee1

Browse files
authored
Drop GA script (#32)
as anyway blocked by majority of devs (page visitors), and GA project was dropped already
1 parent 9985bb0 commit 2d0dee1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

theme/layout.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,6 @@
2424
<title>{% if title != project %}{{ title|striptags|e }} - {% endif %}{{ project }}</title>
2525
{%- endblock %}
2626

27-
<script>
28-
var _gaq = _gaq || [];
29-
_gaq.push(['_setAccount', 'UA-32006827-2']);
30-
_gaq.push(['_trackPageview']);
31-
32-
(function () {
33-
var ga = document.createElement('script');
34-
ga.type = 'text/javascript';
35-
ga.async = true;
36-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
37-
var s = document.getElementsByTagName('script')[0];
38-
s.parentNode.insertBefore(ga, s);
39-
})();
40-
</script>
41-
4227
{%- block extrahead %} {% endblock %}
4328
</head>
4429
<body>

0 commit comments

Comments
 (0)