Changelog 2026-03-03 (Author Bio Module on Post Pages)
Added
- Reusable author bio partial:
layouts/partials/author-bio.html. - Site-level author defaults in
config/_default/params.toml(name,bio,avatar,link). - Post-page author bio module rendering below article content (
layouts/_default/single.html). - Author bio styling in
assets/css/main.csswith responsive adjustments.
Changed
- Post pages now show an author continuity module by default (posts section only).
Fixed
- N/A