- archives.html: Link the "Archives" title to the archives page,
consistent with how individual year links already work
- taxonomy.html: Change showLink default from false to true so
tag-cloud and categories widget titles link to their taxonomy
listing pages by default
Widget titles are the primary affordance users interact with, so
linking them to the full listing page improves navigation. The
showLink param can still be set to false to disable this.
Co-authored-by: delize <4028612+delize@users.noreply.github.com>
* refactor: migrate page visibility control from `Params.hidden` to the new `build.list` parameter.
* refactor: centralize page filtering logic into a new `helper/pages.html` partial
* feat: introduce `SortBy` parameter to enable sorting pages by last modified date
* refactor: extract page sorting logic into a new `pages-sort.html` partial