diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 5bf1da6..a0a3810 100644
|
a
|
b
|
|
| 24 | 24 | <a title="Home page" href="{{ pathto('index') }}">Home</a> {{ reldelim2 }} |
| 25 | 25 | <a title="Table of contents" href="{{ pathto('contents') }}">Table of contents</a> {{ reldelim2 }} |
| 26 | 26 | <a title="Global index" href="{{ pathto('genindex') }}">Index</a> {{ reldelim2 }} |
| 27 | | <a title="Search" href="{{ pathto('modindex') }}">Modules</a> |
| | 27 | <a title="Module index" href="{{ pathto('modindex') }}">Modules</a> |
| 28 | 28 | </div> |
| 29 | 29 | <div class="nav">{{ secondnav() }}</div> |
| 30 | 30 | </div> |
| … |
… |
|
| 84 | 84 | {% block relbar2 %}{% endblock %} |
| 85 | 85 | {% block sidebar1 %}{% endblock %} |
| 86 | 86 | {% block sidebar2 %}{% endblock %} |
| 87 | | {% block footer %}{% endblock %} |
| 88 | | No newline at end of file |
| | 87 | {% block footer %}{% endblock %} |