will aa08908493
deploy / deploy (push) Successful in 4s
Fix accessibility bug: fully comment out disabled main menu entry
[[menu.main]] was left active while its name/url/weight fields were
commented out, so Hugo built one real menu entry with no name or URL.
The header template rendered it as an empty <a href="">, which screen
readers announce using the resolved href (the current page's own URL)
since there's no text or aria-label -- e.g. reading "freebie" on the
freebie page.
2026-07-13 12:48:10 -04:00
2026-07-08 02:17:28 +00:00
S
Description
No description provided
292 KiB
Languages
HTML 60.6%
CSS 39.4%