Skip to content

Commit

Permalink
Add alt to TitleIcon
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed May 28, 2023
1 parent 4f8fb6d commit 9e574d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<header>
<h1>
<a href="{{ "" | absURL }}">
{{ with site.Params.TitleIcon }}<img src="{{ . | absURL }}">{{ end }}
{{ with site.Params.TitleIcon }}<img src="{{ . | absURL }}" alt="{{ site.Title }}">{{ end }}
<span>{{ site.Title }}</span>
</a>
{{- $is404 := eq .Kind "404" }}
Expand Down

0 comments on commit 9e574d9

Please sign in to comment.