We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd1e6df4 commit137681fCopy full SHA for 137681f
python_docs_theme/layout.html
@@ -14,7 +14,7 @@ <h3>{{ _('Navigation') }}</h3>
14
</li>
15
{%- endfor %}
16
{%- block rootrellink %}
17
-<li><imgsrc="{{ pathto('_static/py.svg', 1) }}"alt="python logo"style="vertical-align: middle; margin-top: -1px"/></li>
+<li><imgsrc="{{ pathto('_static/' + theme_root_icon, 1) }}"alt="python logo"style="vertical-align: middle; margin-top: -1px"/></li>
18
<li><ahref="{{theme_root_url}}">{{theme_root_name}}</a>{{ reldelim1 }}</li>
19
<liclass="switchers">
20
<divclass="language_switcher_placeholder"></div>
@@ -100,7 +100,7 @@ <h3>{{ _('Navigation') }}</h3>
100
</label>
101
<spanclass="nav-items-wrapper">
102
<ahref="{{ theme_root_url }}"class="nav-logo">
103
-<imgsrc="{{ pathto('_static/py.svg', 1) }}"alt="Logo"/>
+<imgsrc="{{ pathto('_static/' + theme_root_icon, 1) }}"alt="Logo"/>
104
</a>
105
<spanclass="version_switcher_placeholder"></span>
106
{%- if pagename != "search" and builder != "singlehtml" %}