fix: decode unicode tag chars in breadcrumb (#175)

This commit is contained in:
YUE
2023-12-12 18:48:39 +08:00
committed by GitHub
parent 4bbb3e51ed
commit 058c790d26
+1 -1
View File
@@ -27,7 +27,7 @@ breadcrumbList[0] === "posts" &&
aria-current="page"
>
{/* make the last part lowercase in Home > Tags > some-tag */}
{breadcrumb}
{decodeURIComponent(breadcrumb)}
</span>
</li>
) : (