接入 toc 目录功能:
首先,找到文章模板页面,博主这里是在sites/java4u.cn/themes/hexo-theme-Kaze/layout/post.ejs这个文件中,插入需要的代码。(因为toc需要post变量,所以我们把post传入)
类目,阅读量,标签,目录
<%- toc(page.content) %> |
---|
<!-- id 将作为查询条件 -->
<span id="<Your/Path/Name>" class="leancloud_visitors" data-flag-title="Your Article Title">
<em class="post-meta-item-text">阅读量 </em>
<i class="leancloud-visitors-count">1000000</i>
</span>