mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
fix: decode unicode tag chars in breadcrumb (#175)
This commit is contained in:
@@ -27,7 +27,7 @@ breadcrumbList[0] === "posts" &&
|
|||||||
aria-current="page"
|
aria-current="page"
|
||||||
>
|
>
|
||||||
{/* make the last part lowercase in Home > Tags > some-tag */}
|
{/* make the last part lowercase in Home > Tags > some-tag */}
|
||||||
{breadcrumb}
|
{decodeURIComponent(breadcrumb)}
|
||||||
</span>
|
</span>
|
||||||
</li>
|
</li>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user