[FIX] layout: add missing space between classes

This commit is contained in:
Olivier Dony 2018-03-16 20:03:49 +01:00
parent 3e44912644
commit 5b6390f874

View File

@ -242,7 +242,7 @@
</div>
</aside>
{% endif %}
<article class="doc-body {% if 'has-toc' in meta %}doc-toc{% endif %}{% if pagename in toc%}index-category{% endif %}">
<article class="doc-body {% if 'has-toc' in meta %}doc-toc{% endif %} {% if pagename in toc%}index-category{% endif %}">
{% endif %}
{% block body %} {% endblock %}
{% if pagename != master_doc %}</article>