-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
“日志”链接路径最新版本不正确,404,和“归档”路径不同 #265
Comments
我也是,有解决方案吗? |
我的也是 |
遇到同样的问题,查了一下是/next/layout/macro/siderbar.swig 里面有这样一段
然而第一个A标签中split没有生效导致拆分不成数组,取不到数组第一个值,取得是所有的值 |
我现在是直接取下面A标签 注释掉带有split的A标签使其生效 希望哪位大佬告诉一下为什么split不生效 |
我也是这个问题,找到你说的这个地方改成 |
代码写的好像有点问题,本地改了就好了 |
我的理解是:点击“日志”和“归档”跳转到的是同一个页面,但是,如果给“归档”菜单配置了图标以后,即:“archives: /archives/|| archive”,最新版“归档”的链接是:/archives/,即我们menu配置的正确的链接,但是“日志”的链接确没有断开,点击“日志”,显示链接的URL是:“http://localhost:4000/archives/|| archive”,导致页面不能链接到资源,404~
The text was updated successfully, but these errors were encountered: