summaryrefslogtreecommitdiff
path: root/layouts/_partials
Commit message (Collapse)AuthorAge
* Advertise Atom feeds to browsers and readersNicholas Johnson16 hours
| | | | | | | | | | | | The feeds were only reachable by following the visible link on a taxonomy or term page, and the homepage did not link to its feed at all. Without a rel="alternate" element in the document head, feed readers and browser extensions cannot discover a feed from the page it belongs to. Emit the link on any page that has an Atom output format, so each page advertises its own feed rather than a hardcoded site-wide one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Add audio support for entries on capsuleNicholas Johnson2026-09-06
|
* Add audio support for entries on websiteNicholas Johnson2026-09-06
|
* Minify and fingerprint CSS stylesheetNicholas Johnson2026-09-06
| | | | This improves page performance and load times.
* Replace visual dividers w/space for entry metadataNicholas Johnson2026-09-06
| | | | Less visual clutter, improves readability.
* Migrate fully to Hugo's new template systemNicholas Johnson2025-07-26
This was the only way I could get term pages to consistently render correctly.