Skip to content

Commit 2d77810

Browse files
committed
tweak sidebartitle template
1 parent cc76ebe commit 2d77810

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/_templates/layout.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{% extends "!layout.html" %}
55

66
{% block sidebartitle %}
7-
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> {{ project }}
8-
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" />
7+
<a href="{{ pathto(master_doc) }}">
8+
{{ project }}
99
{%- set nav_version = version %}
1010
{% if READTHEDOCS and current_version %}
1111
{%- set nav_version = current_version %}
@@ -14,6 +14,8 @@
1414
{% if nav_version != 'latest' %}
1515
<div class="trio-version">{{ nav_version }}</div>
1616
{% endif %}
17+
<br>
18+
<img class="logo" src="{{ pathto('_static/' + logo, 1) }}" />
1719
</a>
1820

1921
{% include "searchbox.html" %}

0 commit comments

Comments
 (0)