63c63,64
<                     <img src="{{ $img.Permalink }}" alt="" aria-label="logo"
---
>                     <!-- Add non-empty alt text so htmltest doesn't freak out -->
>                     <img src="{{ $img.Permalink }}" alt="Site icon in header" aria-label="logo"
66c67,68
<                 <img src="{{- site.Params.label.icon | absURL -}}" alt="" aria-label="logo"
---
>                 <!-- Add non-empty alt text so htmltest doesn't freak out -->
>                 <img src="{{- site.Params.label.icon | absURL -}}" alt="Site icon in header" aria-label="logo"
121a124,134
> 
>         <!-- Source: https://github.com/adityatelange/hugo-PaperMod/discussions/943
>         Also note <ul class="menu hidden"> below -->
>         <button id="menu-trigger" aria-haspopup="menu" aria-label="Menu Button">
>             <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu">
>                 <line x1="3" y1="12" x2="21" y2="12"></line>
>                 <line x1="3" y1="6" x2="21" y2="6"></line>
>                 <line x1="3" y1="18" x2="21" y2="18"></line>
>             </svg>
>         </button>
> 
123c136
<         <ul id="menu">
---
>         <ul class="menu hidden">