Hexo-theme-next: 怎么去掉地址栏的 #more

Created on 29 Jul 2017  ·  4Comments  ·  Source: iissnan/hexo-theme-next

I agree and want to create new issue


Expected behavior

Actual behavior

Steps to reproduce the behavior

Link to demo site with this issue: N/A
Link(s) to source code or any usefull link(s): N/A

NexT Information

NexT Version:

[ ] Master
[ ] Latest Release
[ ] Old version - 

NexT Scheme:

[ ] All schemes
[ ] Muse
[ ] Mist
[ ] Pisces

Other Information

Most helpful comment

# ---------------------------------------------------------------
# Post Settings
# ---------------------------------------------------------------

# Automatically scroll page to section which is under <!-- more --> mark.
scroll_to_more: false

No need to modify anything.

All 4 comments

So easy , just modify

/themes/next/layout/_macro/post.swig

Here is my blog , welcome ~
http://qianling.pw/

@GaoChaosh solved?

打开themes/next/layout/_macro/post.swig,在里面搜索 more
https://ws4.sinaimg.cn/large/006tNc79ly1fhq0bqapdpj31hw08waaw.jpg
把下面的#more 去掉即可

# ---------------------------------------------------------------
# Post Settings
# ---------------------------------------------------------------

# Automatically scroll page to section which is under <!-- more --> mark.
scroll_to_more: false

No need to modify anything.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aiplay picture aiplay  ·  4Comments

DVD0423 picture DVD0423  ·  3Comments

Nirvanada picture Nirvanada  ·  4Comments

iTofu picture iTofu  ·  4Comments

liyuan989 picture liyuan989  ·  3Comments