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 cc76ebe commit 2d77810Copy full SHA for 2d77810
docs/source/_templates/layout.html
@@ -4,8 +4,8 @@
4
{% extends "!layout.html" %}
5
6
{% block sidebartitle %}
7
-<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
8
- <img class="logo" src="{{ pathto('_static/' + logo, 1) }}" />
+<a href="{{ pathto(master_doc) }}">
+ {{ project }}
9
{%- set nav_version = version %}
10
{% if READTHEDOCS and current_version %}
11
{%- set nav_version = current_version %}
@@ -14,6 +14,8 @@
14
{% if nav_version != 'latest' %}
15
<div class="trio-version">{{ nav_version }}</div>
16
{% endif %}
17
+ <br>
18
+ <img class="logo" src="{{ pathto('_static/' + logo, 1) }}" />
19
</a>
20
21
{% include "searchbox.html" %}
0 commit comments