1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Author: Andreas Tille <tille@debian.org>
Last-Update: Tue, 05 Jun 2018 21:47:29 +0200
Description: Avoid insertion of Google phone home code
--- a/doc/templates/layout.html
+++ b/doc/templates/layout.html
@@ -1,10 +1,5 @@
{% extends "!layout.html" %}
-{% block extrahead %}
-<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAbW_pA971hrPgosv-Msv7hRQZ4X-jPDmWcshBrz2j7-fJvuUABRTGWmdiw2G89JpgztGlFGG8hDxRAw"></script>\
-<script type="text/javascript" src="{{ pathto("_static/google_feed.js",1)}}"></script>
-{% endblock %}
-
{% block sidebartoc %}
<div class="news">
<table id="feed"><tr><td><h3><a href="http://pycogent.wordpress.com/">PyCogent News and Announcements</a></h3></td>
|