网上搜好久没找到,记录一下,老版本有,新版本没有了
# Automatically scroll page to section which is under <!-- more --> mark.
scroll_to_more: false
最新版本已经移除此选项,官方认为scroll_to_more是个默认行为for任何hexo主题
强制修改\themes\next\layout_macro\post.swig中
<a class="btn" href="{{ url_for(post.path) }}#more" rel="contents">
为
<a class="btn" href="{{ url_for(post.path) }}" rel="contents">
最新版本的Hexo Next主题已删除scroll_to_more选项,官方认为这是默认行为。要恢复该功能,需要手动修改 themes/next/layout_macro/post.swig 文件。
1087

被折叠的 条评论
为什么被折叠?



