Closed Kosette closed 5 months ago
I test it in Chinese (I think this applys to many other URL-Encoded characters), while in posts tags are all displayed as raw URL-Encoded strings.
Setting
tags: ["test","测试"] showTags: true
I test it using hugo server -D
hugo server -D
Hi! Thank you for submitting the issue. I looked into it and found out that I was passing the tag through the urlize function.
I just pushed a fix, let me know if you still see the issue.
I test it in Chinese (I think this applys to many other URL-Encoded characters), while in posts tags are all displayed as raw URL-Encoded strings.
Reproduction
Setting
Screenshot
I test it using
hugo server -D