Skip to content

Commit

Permalink
Label link not h1
Browse files Browse the repository at this point in the history
  • Loading branch information
yochem committed Sep 10, 2024
1 parent a3759d9 commit 0c82a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

<body>
<header>
<h1 {{ if (eq .Page.RelPermalink "/") -}}aria-current="page"{{- end }} aria-label="website title" lang="nl" translate="no">
<a title="Back home" aria-label="homepage" href="/">
<h1 aria-label="website title" lang="nl" translate="no">
<a title="Back home" {{ if .IsHome -}}aria-current="page"{{- end }} aria-label="homepage" href="/">
Yochem van Rosmalen
</a>
</h1>
Expand Down

0 comments on commit 0c82a27

Please sign in to comment.