c2b10a6c99
Use hierarchical naming on top and its elements
...
Any element that can't stand on its own as a self-contained component
should have its naming nested under whatever parent it's supposed to
have.
Fixes #109
2025-08-27 10:50:52 -05:00
67de113bdf
Change <header> to be entire top bar
...
This is more semantically correct.
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/banner_role
2025-08-09 21:10:57 -05:00
52a6440011
Remove heading-link class
...
It was used to make both website title and page titles in summaries not
have link color. Instead, just directly configure those elements.
2025-08-08 01:41:38 -05:00
1aa2f8ea5c
Move template files based on Hugo v0.146 revamp
...
See https://gohugo.io/templates/new-templatesystem-overview/
Under layouts/
- mv _default/* .
- mv partials _partials
- mv shortcodes _shortcodes
- mv taxonomy/list.html taxonomy.html
- mv taxonomy/term.html term.html
2025-06-28 03:07:02 -05:00