Don't skip <h?> levels

This commit is contained in:
Jonas Tobias Hopusch 2021-07-19 00:06:21 +02:00
parent 2df3bde44b
commit 6a63b32199
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
{% endblock %}
{% block content %}
<h3>{{ page.title }}</h3>
<h2>{{ page.title }}</h2>
<article>
{% if page.date and page.date is defined %}
<p>Published on: {{ page.date }}</p>

View File

@ -1,5 +1,5 @@
{% extends "base.html" %} {% block content %}
<h3>{{ section.title }}</h3>
<h2>{{ section.title }}</h2>
<article>
<ul>
{% for page in section.pages %}