Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e1ee8bd

Browse files
committed
Add svg logo to layout
1 parent 5ffa114 commit e1ee8bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_docs_theme/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h3>{{ _('Navigation') }}</h3>
1313
</li>
1414
{%- endfor %}
1515
{%- block rootrellink %}
16-
<li><img src="{{ pathto('_static/' + theme_root_icon, 1) }}" alt=""
16+
<li><img src="{{ pathto('_static/py.svg', 1) }}" alt=""
1717
style="vertical-align: middle; margin-top: -1px"/></li>
1818
<li><a href="{{theme_root_url}}">{{theme_root_name}}</a>{{ reldelim1 }}</li>
1919
{% if theme_root_include_title %}
@@ -81,7 +81,7 @@ <h3>{{ _('Navigation') }}</h3>
8181
<span></span>
8282
</label>
8383
<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"/>
8585
<div class="version_switcher_placeholder"></div>
8686
{%- if pagename != "search" and builder != "singlehtml" %}
8787
<form id="searchbox" role="search" class="search" action="{{ pathto('search') }}" method="get">

0 commit comments

Comments
 (0)