配置_config.yml
将主题配置_config.yml文件中关于baidushare部分的内容改为(其中type亦可以选择button,但是选择button时,死活就是没效果,不知道为什么,知道原因的评论处交流一下):
1
2
3 baidushare:
type: slide
baidushare: true
注意:
_config.yml中提示:Warning: Baidu Share does not support https.,所以当你部署到https服务器上时,会无效,本地有效。
解决方式
- 在当前链接下载压缩包到本地,解压后,将static文件夹保存至themes\next\source目录下。
- 打开文件themes\next\layout_partials\share\baidushare.swig,将//bdimg.share.baidu.com删除即可。