From: Stefano Rivera Date: Thu, 8 Oct 2015 10:01:58 -0700 Subject: Remove Google Analytics tracking JS Forwarded: not-needed Last-Update: 2013-03-04 --- doc/.templates/layout.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/doc/.templates/layout.html b/doc/.templates/layout.html index 2d961b0..4237ef7 100644 --- a/doc/.templates/layout.html +++ b/doc/.templates/layout.html @@ -3,16 +3,3 @@ {%- block relbar1 %} {% if pagename != 'index' %}{{ super() }}{% endif %} {% endblock %} - -{%- block footer %} -{{ super() }} -{% if not embedded %} - - -{% endif %} -{%- endblock %}