From 823a50a45fcec6e1b015bffd26d7db8136c357ea Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 12 May 2025 16:08:57 -0400 Subject: themes/hugo-pt2021/layouts/partials/header.html: add missing alt attributes to logo icon and navbar icon --- themes/hugo-pt2021/layouts/partials/header.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/hugo-pt2021/layouts/partials/header.html b/themes/hugo-pt2021/layouts/partials/header.html index 1beeb2d..5073bb2 100644 --- a/themes/hugo-pt2021/layouts/partials/header.html +++ b/themes/hugo-pt2021/layouts/partials/header.html @@ -13,6 +13,7 @@ width='37' height='28' title='home page' + alt='home page' aria-label='home page' /> @@ -46,6 +47,7 @@ width='{{$icon_width}}' height='{{$icon_height}}' title='{{.help}}' + alt='{{.help}}' aria-label='{{.help}}' /> {{- end -}} @@ -73,6 +75,7 @@ width='{{$icon_width}}' height='{{$icon_height}}' title='{{.help}}' + alt='{{.help}}' aria-label='{{.help}}' /> {{- end -}} -- cgit v1.2.3