You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To expand, all the tag pages listed on the all tags page are each an individual "page" generated from the tags page source - note the use of the pagination in the front-matter here.
Therefore, introducing pagination into these pages means we would need to implement the aforementioned double layered pagination within this site to achieve pagination on the individual tag pages.
Double layered pagination is not supported in 11ty at this time, implementation of pagination within specific tag pages would therefore have to be implemented manually.
What is the feature or enhancement you are suggesting?
Tag pages, that is, pages that list all articles with a particular type should use pagination.
What would be the benefit of doing this?
Consistency with other pages such as standards and principles pages, and improved usability.
The ways-of-working tag page contains over 10 pages and will continue to grow.
Contrast to the standards page, which does use pagination (10 article links per page).
Please confirm the below
The text was updated successfully, but these errors were encountered: