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 9985bb0 commit 2d0dee1Copy full SHA for 2d0dee1
theme/layout.html
@@ -24,21 +24,6 @@
24
<title>{% if title != project %}{{ title|striptags|e }} - {% endif %}{{ project }}</title>
25
{%- endblock %}
26
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
42
{%- block extrahead %} {% endblock %}
43
</head>
44
<body>
0 commit comments