- 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: introduce a generic taxonomy widget and refactor existing category and tag cloud widgets to use it.
* feat: Implement optional title linking for taxonomy widgets and enable parameter customization for taxonomy partials.
* refactor: remove fallback to taxonomy page title for widget display
Because this field always exists. I think it's better to let user customize via widget params
* Update layouts/_partials/widget/taxonomy.html
* refactor: check for .Params.taxonomy existence before accessing