]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add link to the favicon to the docs.
authorGeorg Brandl <georg@python.org>
Sun, 7 Dec 2008 11:54:07 +0000 (11:54 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 7 Dec 2008 11:54:07 +0000 (11:54 +0000)
Doc/tools/sphinxext/layout.html

index a6afd1506e5c29bb63cce90e0510ae6af3c7adb3..60298719395de3366f91ebfc58fbfc79e23eeb54 100644 (file)
@@ -1,4 +1,10 @@
 {% 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>
+        <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() }}
 {% endblock %}