主要看看跳转后的url是什么,如果url异常,就需要在站点配置文件(注意不是主题配置文件)下面看看你的url和永久链接设置的是否正确。如下所示:
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://hellozhaozheng.github.io
root: //
permalink: z_post/:title/ #这里一定要注意,z_post的前面绝对不能加 / ,否则就会挑战异常
permalink_defaults:
网友评论