diff options
| author | Julian Andres Klode <jak@debian.org> | 2015-06-10 13:54:46 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2015-06-10 13:54:46 +0200 |
| commit | bcdfdaca4e1e14fec5130ed1ef671e93d89cf624 (patch) | |
| tree | 9e5cb839c7fe58a52b72ee5906ad5df84a954ed1 /doc/source/templates | |
| parent | ce554fabc7ff4dc5690cfc475dbe80882ba195ec (diff) | |
| download | python-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.html | 8 |
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 %} |
