mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
docs: Put the index menu item into a list prevent it from being styled as unfolded
This commit is contained in:
Vendored
+5
-1
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user