simplified layout template a bit, working on templating documentation

This commit is contained in:
Armin Ronacher
2008-04-27 14:23:11 +00:00
parent e68947dae4
commit ed68fefabe
4 changed files with 183 additions and 30 deletions

View File

@@ -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 #}