Use h1 for website header

This commit is contained in:
2022-05-09 20:03:13 -05:00
parent 3a4cb538f7
commit e9266cdead
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<h2 class="header">
<h1 class="header">
<a href="{{ .Site.Home.Permalink | absLangURL }}">{{ .Site.Title | markdownify }}</a>
</h2>
</h1>
<div class="topbar">
<nav class="navbar" aria-label="{{ i18n "aria_navbar" }}">