| commit 200: | 6fef867aeec6 |
| parent 199: | 69984575061b |
| branch: | default |
| tags: | tip |
don't include google analytics info in footer
Changed (Δ210 bytes):
raw changeset »
doc/source/templates/layout.html (0 lines added, 4 lines removed)
Up to file-list doc/source/templates/layout.html:
11 |
11 |
|
12 |
12 |
{% block footer %} |
13 |
13 |
{{ super() }} |
14 |
<div class="footer">This page uses <a href="http://analytics.google.com/"> |
|
15 |
Google Analytics</a> to collect statistics. You can disable it by blocking |
|
16 |
the JavaScript coming from www.google-analytics.com. |
|
17 |
14 |
<script type="text/javascript"> |
18 |
15 |
(function() { |
19 |
16 |
var ga = document.createElement('script'); |
| … | … | @@ -23,5 +20,4 @@ the JavaScript coming from www.google-an |
23 |
20 |
document.documentElement.firstChild.appendChild(ga); |
24 |
21 |
})(); |
25 |
22 |
</script> |
26 |
</div> |
|
27 |
23 |
{% endblock %} |
