Skip to content

Commit c861e97

Browse files
Create layout.html
1 parent 019c5d8 commit c861e97

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/_templates/layout.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{% extends "!layout.html" %}
2+
3+
{% block menu %}
4+
{{ super() }}
5+
<a href="genindex.html">Index</a>
6+
{% endblock %}

0 commit comments

Comments
 (0)