mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
case theme.comments.use[0]
|
|
when 'Twikoo'
|
|
include ./twikoo.pug
|
|
when 'Disqus'
|
|
when 'Disqusjs'
|
|
include ./disqus.pug
|
|
when 'Valine'
|
|
include ./valine.pug
|
|
when 'Waline'
|
|
include ./waline.pug
|
|
when 'Facebook Comments'
|
|
include ./fb.pug
|
|
when 'Remark42'
|
|
include ./remark42.pug |