放了半天狗, 添加许多小东西到 Octopress, 如 tags
, 相关文章
, 添加多说评论到边栏
等等.
参考文章: http://blog.csdn.net/lcliliil/article/details/13725895
不过, 多说的侧边栏评论一直不显示标题, 找了半天也没找到解决方法. 有知道的达人麻烦告知一下.
更新: 已经搞定了, 需要添加 data-thread-key
属性
暂时不想再弄了, 以后再说吧.
- 在
source\_includes\post\duoshuo.html
中使用page
- 在
source\_includes\article.html
中如果是首页使用post
, 否则使用post
我把加载 js 的部分放到 source\_layouts\default.html
里了, 加在 </body>
前即可.
1 | {% raw %}{% if site.duoshuo_short_name and site.duoshuo_comments == true %}{% endraw %} |
1 | <!-- Duoshuo Comment BEGIN --> |
1 | {% raw %}{% if site.duoshuo_short_name and page.comments != false and post.comments != false and site.duoshuo_comments == true %}{% endraw %} |
原文链接: http://lixxu.github.io/2014/01/15/other-stuff/
版权声明: 转载请注明出处.