mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Remove duplicated <h1> tags on first edition index
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
|
||||
<hr>
|
||||
{% set extra = get_section(path = "first-edition/extra/_index.md") %}
|
||||
<h1>{{ extra.title }}</h1>
|
||||
<h2>{{ extra.title }}</h2>
|
||||
<ul>
|
||||
{% for subsection_path in extra.subsections %}
|
||||
{% set subsection = get_section(path=subsection_path) %}
|
||||
|
||||
Reference in New Issue
Block a user