| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Fix empty entry heading on sites without journal entries | Nicholas Johnson | 18 hours |
| | | | | | | | | | | | | | The "Journal Entries" heading was guarded by .Site.RegularPages while the list below it was filtered to the "entry" section. A site with pages but no entries rendered the heading with nothing under it. Guard on the filtered collection instead. This also drops the .ByTitle sort, which was immediately discarded by the .ByPublishDate.Reverse that followed it. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> | ||
| * | 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. | |||
