| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix entry heading anchors on page bundles | Nicholas Johnson | 15 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 website | Nicholas Johnson | 2026-09-06 |
| | | |||
| * | Move pageinfo below heading for website | Nicholas Johnson | 2026-09-06 |
| | | |||
| * | Replace ".Name" with ".Title" for entry headings | Nicholas Johnson | 2026-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 page | Nicholas Johnson | 2025-07-27 |
| | | |||
| * | Migrate fully to Hugo's new template system | Nicholas Johnson | 2025-07-26 |
| This was the only way I could get term pages to consistently render correctly. | |||
