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 4d00c21 commit 1cc29a3Copy full SHA for 1cc29a3
3 files changed
doc/_static/logo2.png
1.1 KB
doc/_templates/indexsidebar.html
@@ -19,7 +19,7 @@ <h3>Need help?</h3>
19
<h3>Screenshots</h3>
20
21
<a href="{{ pathto('users/screenshots') }}"><img align=center src="{{
22
-pathto('_static/logo_sidebar.png', 1) }}"></a>
+pathto('_static/logo_sidebar.png', 1) }} "border="0"></a>
23
24
<a href="{{ pathto('users/screenshots') }}">screenshots</a> and <a href=examples>examples</a>
25
doc/_templates/layout.html
@@ -8,7 +8,8 @@
8
9
{% block relbar1 %}
10
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
11
-<img src="{{ pathto("_static/logo2.png", 1) }}">
+<a href="{{ pathto('index') }}"><img src="{{
12
+pathto("_static/logo2.png", 1) }}" border="0"></a>
13
</div>
14
{{ super() }}
15
{% endblock %}
0 commit comments