hello all,
As part of the theme I’m working on, I’m trying to create a tag template that lists the posts with tagged with an internal tag (explanation for why below!). I think the expected way to do this is to create a custom route, but since route.yaml is part of the end-user’s content it does seem right to include this type of modification with the theme.
Is that correct? and - if so - is there an alternative way to create an index for an internal tag?
many thanks
what I and trying to do:
I have created a user configurable side bar (see below) using internal tags: the user creates a tag, including an svg as the featured image to act as the sidebar icon. This works well when there is a single page/post linked to the tag, but I also have to handle cases where there are multiple articles associated with the internal tag. I thought it would be more intuitive if these cases could use a tag index template, as would happen with a public tag.