##// END OF EJS Templates
Merge pull request #3794 from jhamrick/docs-logo-link...
Paul Ivanov -
r11718:1aa49a85 merge
parent child Browse files
Show More
@@ -1,23 +1,23 b''
1 {% extends "!layout.html" %}
1 {% extends "!layout.html" %}
2
2
3
3
4 {% block rootrellink %}
4 {% block rootrellink %}
5 <li><a href="{{ pathto('index') }}">home</a>|&nbsp;</li>
5 <li><a href="http://ipython.org">home</a>|&nbsp;</li>
6 <li><a href="{{ pathto('search') }}">search</a>|&nbsp;</li>
6 <li><a href="{{ pathto('search') }}">search</a>|&nbsp;</li>
7 <li><a href="{{ pathto('index') }}">documentation </a> &raquo;</li>
7 <li><a href="{{ pathto('index') }}">documentation </a> &raquo;</li>
8 {% endblock %}
8 {% endblock %}
9
9
10
10
11 {% block relbar1 %}
11 {% block relbar1 %}
12
12
13 <div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
13 <div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
14 <a href="{{ pathto('index') }}"><img src="{{
14 <a href="http://ipython.org/"><img src="{{
15 pathto("_static/logo.png", 1) }}" border="0" alt="IPython Documentation"/></a>
15 pathto("_static/logo.png", 1) }}" border="0" alt="IPython Documentation"/></a>
16 </div>
16 </div>
17 {{ super() }}
17 {{ super() }}
18 {% endblock %}
18 {% endblock %}
19
19
20 {# put the sidebar before the body #}
20 {# put the sidebar before the body #}
21 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
21 {% block sidebar1 %}{{ sidebar() }}{% endblock %}
22 {% block sidebar2 %}{% endblock %}
22 {% block sidebar2 %}{% endblock %}
23
23
General Comments 0
You need to be logged in to leave comments. Login now