summaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorarmin.ronacher <devnull@localhost>2008-04-27 14:23:11 +0000
committerarmin.ronacher <devnull@localhost>2008-04-27 14:23:11 +0000
commit3760d47f4264f66544bc3108dc39501b93f574a9 (patch)
tree5eb3b2aad7d3b0f79c4e1a81c3db6f21865178d9 /doc/_templates
parent994beab2ced4fa2c3bdcedf965c326a8c32719e2 (diff)
downloadsphinx-3760d47f4264f66544bc3108dc39501b93f574a9.tar.gz
simplified layout template a bit, working on templating documentation
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 3801a560..df1ebb54 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -5,10 +5,11 @@
<li><a href="{{ pathto('contents') }}">Documentation </a> &raquo;</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 #}