Make index_section.html header optional

This commit is contained in:
Thomas Busby
2018-05-29 01:23:58 +02:00
parent d7ee9486b2
commit 18a2972dcd

View File

@@ -1,5 +1,6 @@
{% if include.title %}
<h2>{{ include.title }}</h2> <h2>{{ include.title }}</h2>
{% endif %}
{% if include.description %} {% if include.description %}
{{ include.description }} {{ include.description }}
{% endif %} {% endif %}