mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
fix: 修復關閉圖片嬾加載,最新評論圖片無法加載的bugs fix: 修復某些情況下toc無法滾動的bugs close #442 fix: 修復pjax下,開啟anchor後,文章頁跳轉到其他頁面會出現網址加上toc最後一節錨點ID的bugs #442
8 lines
291 B
Plaintext
8 lines
291 B
Plaintext
if theme.newest_comments.leancloud.enable
|
|
include ./leancloud.pug
|
|
else if theme.newest_comments.github_issues.enable
|
|
include ./github-issues.pug
|
|
else if theme.newest_comments.disqus.enable
|
|
include ./disqus-comment.pug
|
|
else if theme.newest_comments.twikoo
|
|
include ./twikoo-comment.pug |