Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31371e commit 190931bCopy full SHA for 190931b
python_docs_theme/layout.html
@@ -85,7 +85,10 @@ <h3>{{ _('Navigation') }}</h3>
85
<span></span>
86
</label>
87
<nav class="nav-content" role="navigation">
88
- <img src="{{ pathto('_static/' + 'py.svg', 1) }}" alt="Logo"/>
+ <a href="{{ pathto('index') }}">
89
+ <img src="{{ pathto('_static/' + 'py.svg', 1) }}" alt="Logo"/>
90
+ {{ shorttitle }}
91
+ </a>
92
<div class="version_switcher_placeholder"></div>
93
{%- if pagename != "search" and builder != "singlehtml" %}
94
<form id="searchbox" role="search" class="search" action="{{ pathto('search') }}" method="get">
0 commit comments