Website header title should not be h1

This commit is contained in:
2023-01-07 20:50:01 -06:00
parent 9f080377e7
commit 7cff045cb3
2 changed files with 5 additions and 10 deletions

View File

@ -1,9 +1,7 @@
<header class="header">
<h1>
<a href="{{ .Site.Home.Permalink | absLangURL }}">
{{ .Site.Title | markdownify }}
</a>
</h1>
<a href="{{ .Site.Home.Permalink | absLangURL }}">
{{ .Site.Title | markdownify }}
</a>
</header>
<div class="topbar">