mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Remove duplicated <h1> tags on first edition index
This commit is contained in:
@@ -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) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user