diff options
Diffstat (limited to 'doc/source')
| -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 %} |
