From bcdfdaca4e1e14fec5130ed1ef671e93d89cf624 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 10 Jun 2015 13:54:46 +0200 Subject: doc: templates: layout: Remove invalid icon links Those came from the (public-domain) Python documentation source code. Git-dch: ignore --- doc/source/templates/layout.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'doc/source/templates') diff --git a/doc/source/templates/layout.html b/doc/source/templates/layout.html index 60298719..cf8748a3 100644 --- a/doc/source/templates/layout.html +++ b/doc/source/templates/layout.html @@ -1,10 +1,4 @@ {% extends "!layout.html" %} {% block rootrellink %} -
  • -
  • {{ shorttitle }}{{ reldelim1 }}
  • -{% endblock %} -{% block extrahead %} - -{{ super() }} +
  • {{ shorttitle }}XX{{ reldelim1 }}
  • {% endblock %} -- cgit v1.2.3