mirror of
https://github.com/aljazceru/cryptoanarchywiki.github.io.git
synced 2025-12-17 05:04:21 +01:00
Make index_section.html header optional
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user