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

Skip to content

Commit dcce4ab

Browse files
committed
DOC: do not use logo with Lena in background
closes #14
1 parent faa1a96 commit dcce4ab

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_static/logo.png

-42.4 KB
Binary file not shown.

_templates/layout.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@
1010
{% block relbar1 %}
1111

1212
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
13-
<a href="{{ pathto('index') }}"><img src="{{
14-
pathto("_static/logo.png", 1) }}" border="0" alt="py4sci"/></a>
13+
<a href="{{ pathto('index') }}"><h1 style="font-size: 3em;">Sampledoc</h1></a>
1514
</div>
1615
{{ super() }}
1716
{% endblock %}
1817

1918
{# put the sidebar before the body #}
2019
{% block sidebar1 %}{{ sidebar() }}{% endblock %}
2120
{% block sidebar2 %}{% endblock %}
22-

0 commit comments

Comments
 (0)