Consistent indentation in doc config, templates and static files

This commit is contained in:
Kamil Śliwak 2021-10-05 16:32:03 +02:00
parent 298af55cc5
commit 0043eca672
3 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{% extends "!layout.html" %}
{% block menu %}
{% block menu %}
{{ super() }}
<a href="{{ pathto('genindex') }}">Keyword Index</a>
{% endblock %}
{% endblock %}