Creating a page for each tag with a title is not sufficient in my case since
it still includes “#”
it’s not scalable as I’d have to do that for every tag that I want to customize how the tag name is shown.
Use a customized theme/layout/list.html or theme/layout/terms.html tmpl does not change the title, only the content.
I think I need to create a theme/layout/taxanomy.html tmpl but I’d like to use the default one as a baseline and change from there but couldnt find the default one in theme/layout/
What’s the best way to programmatically change #{tags} on tags and tags/{tag} page ?
As I mentioned above, changing terms.html does not change the title, but only the content. There seems to be another template that renders the title but I’m not sure which one.
Given the minimum amount of information you provide, there is a template somewhere that obviously adds the #. Which one and where? Well. Read Requesting Help and provide something we can look at. If that is not an option, use the search feature in your preferred editor to find # in your layouts folder.