️ feat(a11y): update heading tags

This commit is contained in:
welpo 2023-09-09 17:58:27 +02:00
parent c79407e6d7
commit 15f4991263
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
9 changed files with 15 additions and 14 deletions

View file

@ -1,7 +1,7 @@
{% macro page_header(title) %}
<div class="title-container section-title bottom-divider">
<h1 class="title-container section-title bottom-divider">
{{ title }}
</div>
</h1>
{% endmacro page_header %}