修改分享功能
在/home/scott/hexoblog/themes/ocean/source/css/_partial中找到article.styl
注释.article-share-twitter .article-share-facebook .article-share-pinterest .article-share-google
删除分享链接
找到/home/scott/hexoblog/themes/ocean/layout/_partial中的article.ejs删除
//<a data-url="<%- post.permalink %>" data-id="<%= post._id %>"
// class="article-share-link"><%- theme.share_text %></a>









网友评论