️ fix(a11y): update heading tags (#140)

This commit is contained in:
Óscar
2023-09-09 18:03:09 +02:00
committed by GitHub
parent c79407e6d7
commit 0055a3613e
9 changed files with 15 additions and 14 deletions

View File

@@ -2,7 +2,7 @@
<div id="banner-container-home">
<div id="home-banner-text">
<div id="home-banner-header">{{ desc.title }}</div>
<h1 id="home-banner-header">{{ desc.title }}</h1>
<section id="banner-home-subtitle">
{{ page.content | safe }}
</section>