aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2025-05-12 16:08:57 -0400
committerPaul Duncan <pabs@pablotron.org>2025-05-12 16:08:57 -0400
commit823a50a45fcec6e1b015bffd26d7db8136c357ea (patch)
treee25e4ec391a9f16de875fef3eb814ebe6f9bc585
parentf33a710d163eb6f342cbc1d10d0797c680c63370 (diff)
downloadpablotron.org-823a50a45fcec6e1b015bffd26d7db8136c357ea.tar.xz
pablotron.org-823a50a45fcec6e1b015bffd26d7db8136c357ea.zip
themes/hugo-pt2021/layouts/partials/header.html: add missing alt attributes to logo icon and navbar icon
-rw-r--r--themes/hugo-pt2021/layouts/partials/header.html3
1 files changed, 3 insertions, 0 deletions
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'
/>
</a><!-- navbar-item -->
@@ -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 -}}