docs: Put the index menu item into a list prevent it from being styled as unfolded

This commit is contained in:
Kamil Śliwak 2021-10-14 14:05:14 +02:00
parent 3713d6df22
commit ed722700cd

View File

@ -2,5 +2,9 @@
{% block menu %}
{{ super() }}
<a href="{{ pathto('genindex') }}">Keyword Index</a>
<ul>
<li>
<a href="{{ pathto('genindex') }}">Keyword Index</a>
</li>
</ul>
{% endblock %}