frappy/doc/source/_templates/layout.html
Alexander Lenz 8a1a062415 doc: improve layout.
Change-Id: I22d700a3c634d19aa6e3220f79b302261c0beb0c
2017-09-13 14:34:04 +02:00

14 lines
337 B
HTML

{% extends "!layout.html" %}
{% block extrahead %}
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/custom.css', 1) }}" />
{% endblock %}
{% block menu %}
{{ super() }}
<ul>
<li class="toctree-l1">
<a class="reference internal" href="{{ pathto('genindex') }}">{{ _('Index') }}</a>
</li>
</ul>
{% endblock %}