change to h1 element

This commit is contained in:
Oliver Atkinson 2024-04-01 10:26:18 -06:00
parent 22ba330838
commit c00bd91c56

View File

@ -1,5 +1,5 @@
<header>
<h2>
<h1>
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
</h2>
</h1>
</header>