aboutsummaryrefslogtreecommitdiff
path: root/layouts/single.html
Commit message (Collapse)AuthorAge
* Fix entry heading anchors on page bundlesNicholas Johnson19 hours
| | | | | | | | | | | | | | The heading id came from .File.TranslationBaseName, which is "index" for every leaf bundle. Since audio versions require an entry to be a bundle, every entry with audio got the same meaningless anchor, and pages built by a content adapter would have taken the name of the directory holding the adapter. Derive the id from the page's own URL instead. Single file entries keep the anchors they already had, and bundles, adapter built pages and custom slugs now each get their own. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* Add audio support for entries on websiteNicholas Johnson2026-09-06
|
* Move pageinfo below heading for websiteNicholas Johnson2026-09-06
|
* Replace ".Name" with ".Title" for entry headingsNicholas Johnson2026-09-06
| | | | | I'm not sure if this change makes a difference, but .Title seems to be the canonical option in this context.
* Make footer stick to bottom of pageNicholas Johnson2025-07-27
|
* 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.