aboutsummaryrefslogtreecommitdiff
path: root/layouts/home.gmi
Commit message (Collapse)AuthorAge
* Fix empty entry heading on sites without journal entriesNicholas Johnson21 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>
* 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.