前言
更多效果展示,请访问我的 个人博客。
效果图:
![](https://img.haomeiwen.com/i16380860/c9c41422deedee86.jpg)
教程:
- 打开
themes/next/_config.yml
,搜索关键字scrollpercent
,把false
改为true
,如下:
# Scroll percent label in b2t button
scrollpercent: true
- 如果想把 top 按钮放在侧边栏,打开
themes/next/_config.yml
,搜索关键字b2t
,把false
改为true
,如下:
# Back to top in sidebar
b2t: true
# Scroll percent label in b2t button
scrollpercent: true
网友评论