You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After build my site, it seems some of the permalink ends with "/", some didn't.
Because I'm using valine to do the discuss and count thins, it uses the permalink to id every post, in Hexo 4.* ,every permalink ends whith "/" , in Hexo 5.* , some of them didn't cause valine can't id the post correctly.
It seems in post_permalink.js 5.* has changed the postPermalinkFilter caused this problem.
The text was updated successfully, but these errors were encountered:
#4162 Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
Using Hexo version 5.1.1, the permalink seems have some problems.
In my post front-matter, I have defined every post with permalink, for example:
categories: ***
permalink: zfs-zil-l2arc
date: 2019-01-08 09:30:00
After build my site, it seems some of the permalink ends with "/", some didn't.
Because I'm using valine to do the discuss and count thins, it uses the permalink to id every post, in Hexo 4.* ,every permalink ends whith "/" , in Hexo 5.* , some of them didn't cause valine can't id the post correctly.
It seems in post_permalink.js 5.* has changed the postPermalinkFilter caused this problem.
The text was updated successfully, but these errors were encountered: