Remove duplicated <h1> tags on first edition index

This commit is contained in:
Philipp Oppermann
2020-04-02 10:32:41 +02:00
parent 392cbc2d41
commit f13fc3062a

View File

@@ -51,7 +51,7 @@
<hr> <hr>
{% set extra = get_section(path = "first-edition/extra/_index.md") %} {% set extra = get_section(path = "first-edition/extra/_index.md") %}
<h1>{{ extra.title }}</h1> <h2>{{ extra.title }}</h2>
<ul> <ul>
{% for subsection_path in extra.subsections %} {% for subsection_path in extra.subsections %}
{% set subsection = get_section(path=subsection_path) %} {% set subsection = get_section(path=subsection_path) %}