blinkfox / hexo-theme-matery

A beautiful hexo blog theme with material design and responsive design.一个基于材料设计和响应式设计而成的全面、美观的Hexo主题。国内访问:http://blinkfox.com
https://blinkfox.github.io/
Apache License 2.0
5.23k stars 1.25k forks source link

怎么把分享文章的那一排button去掉? #70

Closed jiachangyang1025 closed 5 years ago

jiachangyang1025 commented 5 years ago

每篇文章下面有一排按钮分享去微信,Facebook,Google等等的,在哪里可以去掉这些按钮?非常感谢。btw, 非常喜欢这个布局,很漂亮。

lzctuhao commented 5 years ago

你试试删除\themes\hexo-theme-matery\layout\_partial\share.ejs文件, 应该就可以了

blinkfox commented 5 years ago

@jiachangyang1025 在主题的layout/_partial/post-detail.ejs文件中,大概76的行的位置,去掉<%- partial('_partial/share') %>这一行代码即可。

jiachangyang1025 commented 5 years ago

@jiachangyang1025 在主题的layout/_partial/post-detail.ejs文件中,大概76的行的位置,去掉<%- partial('_partial/share') %>这一行代码即可。

就是这个,非常感谢。