File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h3>{{ _('Navigation') }}</h3>
14
14
</ li >
15
15
{%- endfor %}
16
16
{%- block rootrellink %}
17
- < li > < img src ="{{ pathto('_static/py.svg' , 1) }} " alt ="python logo " style ="vertical-align: middle; margin-top: -1px "/> </ li >
17
+ < li > < img src ="{{ pathto('_static/' + theme_root_icon , 1) }} " alt ="python logo " style ="vertical-align: middle; margin-top: -1px "/> </ li >
18
18
< li > < a href ="{{theme_root_url}} "> {{theme_root_name}}</ a > {{ reldelim1 }}</ li >
19
19
< li class ="switchers ">
20
20
< div class ="language_switcher_placeholder "> </ div >
@@ -100,7 +100,7 @@ <h3>{{ _('Navigation') }}</h3>
100
100
</ label >
101
101
< span class ="nav-items-wrapper ">
102
102
< a href ="{{ theme_root_url }} " class ="nav-logo ">
103
- < img src ="{{ pathto('_static/py.svg' , 1) }} " alt ="Logo "/>
103
+ < img src ="{{ pathto('_static/' + theme_root_icon , 1) }} " alt ="Logo "/>
104
104
</ a >
105
105
< span class ="version_switcher_placeholder "> </ span >
106
106
{%- if pagename != "search" and builder != "singlehtml" %}
You can’t perform that action at this time.
0 commit comments