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 @@ -13,7 +13,7 @@ <h3>{{ _('Navigation') }}</h3>
13
13
</ li >
14
14
{%- endfor %}
15
15
{%- block rootrellink %}
16
- < li > < img src ="{{ pathto('_static/' + theme_root_icon , 1) }} " alt =""
16
+ < li > < img src ="{{ pathto('_static/py.svg' , 1) }} " alt =""
17
17
style ="vertical-align: middle; margin-top: -1px "/> </ li >
18
18
< li > < a href ="{{theme_root_url}} "> {{theme_root_name}}</ a > {{ reldelim1 }}</ li >
19
19
{% if theme_root_include_title %}
@@ -81,7 +81,7 @@ <h3>{{ _('Navigation') }}</h3>
81
81
< span > </ span >
82
82
</ label >
83
83
< nav class ="nav-content " role ="navigation ">
84
- < img src ="{{ pathto('_static/' + theme_root_icon , 1) }} " alt ="Logo "/>
84
+ < img src ="{{ pathto('_static/' + 'py.svg' , 1) }} " alt ="Logo "/>
85
85
< div class ="version_switcher_placeholder "> </ div >
86
86
{%- if pagename != "search" and builder != "singlehtml" %}
87
87
< form id ="searchbox " role ="search " class ="search " action ="{{ pathto('search') }} " method ="get ">
You can’t perform that action at this time.
0 commit comments