mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
simplified layout template a bit, working on templating documentation
This commit is contained in:
3
doc/_templates/layout.html
vendored
3
doc/_templates/layout.html
vendored
@@ -5,10 +5,11 @@
|
||||
<li><a href="{{ pathto('contents') }}">Documentation </a> »</li>
|
||||
{% endblock %}
|
||||
|
||||
{% block beforerelbar %}
|
||||
{% block relbar1 %}
|
||||
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
|
||||
<img src="{{ pathto("_static/sphinx.png", 1) }}">
|
||||
</div>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
||||
{# put the sidebar before the body #}
|
||||
|
||||
Reference in New Issue
Block a user