Skip to content

feat(widgets): link widget titles to their respective pages#1277

Open
delize wants to merge 1 commit intoCaiJimmy:masterfrom
delize:feat/widget-linked-titles
Open

feat(widgets): link widget titles to their respective pages#1277
delize wants to merge 1 commit intoCaiJimmy:masterfrom
delize:feat/widget-linked-titles

Conversation

@delize
Copy link
Contributor

@delize delize commented Feb 21, 2026

Summary

  • archives.html: The archives widget title is now linked to the archives page, consistent with how individual year entries already link there
  • taxonomy.html: Changed showLink default from false to true so tag-cloud and categories widget titles link to their taxonomy listing pages by default

Motivation

Widget titles are the primary UI element users see, but currently they're plain text while the content below them links to pages. Linking the titles improves navigation — clicking "Tags" takes you to the full tags listing, clicking "Archives" takes you to the full archives page.

The showLink parameter was already implemented in taxonomy.html but defaulted to false. This changes the default to true while preserving the ability to disable it via showLink = false in widget params.

Test plan

  • Tag-cloud widget title links to /tags/
  • Categories widget title links to /categories/
  • Archives widget title links to the archives page
  • Setting showLink = false in widget params disables the link on taxonomy widgets
- 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.
@delize
Copy link
Contributor Author

delize commented Feb 21, 2026

Trying to upload the last minor fixes/features I have for things against v4 so I can clean up my own partials layout. Feel free to decline if desired.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant