summaryrefslogtreecommitdiff
path: root/layouts/_partials/head.html
Commit message (Collapse)AuthorAge
* Include the site title in page titlesNicholas Johnson22 hours
| | | | | | | | | | | Entry and taxonomy pages set the document title to the page title on its own, so a bookmark, a browser tab or a search result gave no indication of which site the page belonged to. Append the site title everywhere except the homepage, where the two are already the same. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Advertise Atom feeds to browsers and readersNicholas Johnson22 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>
* Minify and fingerprint CSS stylesheetNicholas Johnson2026-09-06
| | | | This improves page performance and load times.
* 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.