summaryrefslogtreecommitdiff
path: root/doc/source/templates
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2015-06-10 13:54:46 +0200
committerJulian Andres Klode <jak@debian.org>2015-06-10 13:54:46 +0200
commitbcdfdaca4e1e14fec5130ed1ef671e93d89cf624 (patch)
tree9e5cb839c7fe58a52b72ee5906ad5df84a954ed1 /doc/source/templates
parentce554fabc7ff4dc5690cfc475dbe80882ba195ec (diff)
downloadpython-apt-bcdfdaca4e1e14fec5130ed1ef671e93d89cf624.tar.gz
doc: templates: layout: Remove invalid icon links
Those came from the (public-domain) Python documentation source code. Git-dch: ignore
Diffstat (limited to 'doc/source/templates')
-rw-r--r--doc/source/templates/layout.html8
1 files changed, 1 insertions, 7 deletions
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 %}
- <li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
- style="vertical-align: middle; margin-top: -1px"/></li>
- <li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
-{% endblock %}
-{% block extrahead %}
- <link rel="shortcut icon" type="image/png" href="{{ pathto('_static/py.png', 1) }}" />
-{{ super() }}
+ <li><a href="{{ pathto('index') }}">{{ shorttitle }}XX</a>{{ reldelim1 }}</li>
{% endblock %}