We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hexo clean && hexo s
希望上一篇/下一篇遵守 hexo-generator-index 生成的首页排序,而不是始终为按创建时间倒序。
hexo-generator-index
发现 #579 中提到过该问题,并发现这似乎是一个预期外的问题。
修改 order_by 为 -updated,发现上一篇仍为发布时间的上一篇,而不是首页展示的上一篇。如按首页的顺序,该文章上一篇与期望不同。
order_by
-updated
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请确认
hexo clean && hexo s
,并且清除浏览器缓存,仍可复现Bug 描述
希望上一篇/下一篇遵守
hexo-generator-index
生成的首页排序,而不是始终为按创建时间倒序。发现 #579 中提到过该问题,并发现这似乎是一个预期外的问题。
复现步骤
修改
order_by
为-updated
,发现上一篇仍为发布时间的上一篇,而不是首页展示的上一篇。如按首页的顺序,该文章上一篇与期望不同。Upd
The text was updated successfully, but these errors were encountered: