mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
- let config = theme.newest_comments
|
|
|
|
if config.valine
|
|
include ./valine.pug
|
|
else if config.waline
|
|
include ./waline.pug
|
|
else if config.github_issues.enable
|
|
include ./github-issues.pug
|
|
else if config.disqus.enable
|
|
include ./disqus-comment.pug
|
|
else if config.twikoo
|
|
include ./twikoo-comment.pug |