I have a tag with a slash in my blog: kotlin/native. preserveTaxonomyNames config parameter istrue. I noticed, that it is not rendered in content pages correctly (note that gap between commas):
However the tag page lists all the articles:
I tried to remove the anchorize function in taxonomy-list.html partial:
I have a tag with a slash in my blog:
kotlin/native
.preserveTaxonomyNames
config parameter istrue
. I noticed, that it is not rendered in content pages correctly (note that gap between commas):However the tag page lists all the articles:
I tried to remove the
anchorize
function intaxonomy-list.html
partial:https://github.com/MunifTanjim/minimo/blob/ef9288460e3e6eb0ecb03556d5b26a4c8da0cd51/layouts/partials/entry/taxonomy-list.html#L11
And it seems to help:
Why is it needed here? Is it safe to remove it?