hexo-theme-yilia icon indicating copy to clipboard operation
hexo-theme-yilia copied to clipboard

要怎样防止点击more显示全文后跳转到设置more的位置?

Open Cxiansheng opened this issue 4 years ago • 2 comments

我看了网上的一些帖子,next主题有防止滚动到more位置的字段,但是不知道yilia 该怎么解决这个问题。。。。

Cxiansheng avatar Jan 18 '21 08:01 Cxiansheng

我看了网上的一些帖子,next主题有防止滚动到more位置的字段,但是不知道yilia 该怎么解决这个问题。。。。

个人是直接将左下角的more显示关闭,仅使用右下角的阅读全文按钮(感觉左边一个more右边一个阅读全文有点怪怪的)

LuHawXem avatar Apr 07 '21 05:04 LuHawXem

<a class="article-more-a" href="<%- url_for(post.path) %>#more"> 去除#more即可修改后为 <a class="article-more-a" href="<%- url_for(post.path) %>"> 博客已解决,如:https://kayla1209.com/

reboot1921 avatar May 04 '21 15:05 reboot1921