diff options
| author | Georg Brandl <georg@python.org> | 2009-02-15 07:55:30 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-02-15 07:55:30 +0100 |
| commit | 6e4173a520f83ee6c58448243ba678b207ecf0bf (patch) | |
| tree | 3845648c886b358b6125534e5a75412d2a3ba241 /sphinx/themes/basic/layout.html | |
| parent | abd62c95a0cbccf1a1b0dd865c7cdf83adbe7a8c (diff) | |
| download | sphinx-6e4173a520f83ee6c58448243ba678b207ecf0bf.tar.gz | |
Small template adjustment.
Diffstat (limited to 'sphinx/themes/basic/layout.html')
| -rw-r--r-- | sphinx/themes/basic/layout.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html index dda18343..53b9b8b1 100644 --- a/sphinx/themes/basic/layout.html +++ b/sphinx/themes/basic/layout.html @@ -165,11 +165,10 @@ </div> {%- endif %}{% endif %} </div> -{%- endblock %} - -{%- block sidebar2 %}{{ sidebar() }}{% endblock %} + {%- block sidebar2 %}{{ sidebar() }}{% endblock %} <div class="clearer"></div> </div> +{%- endblock %} {%- block relbar2 %}{{ relbar() }}{% endblock %} |
