Merge pull request #4237 from dilatebrave/pull4196

doc: put the index at the bottom
This commit is contained in:
chriseth 2018-06-06 17:21:15 +02:00 committed by GitHub
commit 36e34e59a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{% extends "!layout.html" %}
{% block menu %}
<a href="genindex.html">Keyword Index</a>
{{ super() }}
<a href="genindex.html">Keyword Index</a>
{% endblock %}