Closed rluetzner closed 1 year ago
Clicking any tag on a post will navigate to a relative path that doesn't exist.
Here's an example:
/posts
tag
/posts/tags/tag
/tags/tag
I suspect that there's only a slash missing somewhere. This should be easy to fix.
Clicking any tag on a post will navigate to a relative path that doesn't exist.
Here's an example:
/posts
and click a tag that saystag
and/posts/tags/tag
instead of/tags/tag
.I suspect that there's only a slash missing somewhere. This should be easy to fix.