Hey. I’m using tags + algolia search for a hugo site and a small but annoying problem I have is that when you search, the tags populate indiscriminately along with full articles. so it could look like this:
- apples
- How to Pick Apples
- Snippet here from the article…
- How to Wash Apples
- Snippet here from the article…
- baking
- low carb
I would prefer to be able to visually distinguish between them better in some way, like this:
- #apples
- How to Pick Apples
- Snippet here from the article…
- How to Wash Apples
- Snippet here from the article…
- #baking
- #low carb
but it won’t publish tag pages like this because the /tags/#apples/_index.html
has a # in it.
Is there a recommended way to do this?