mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 17:40:55 +08:00
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
- let defaultComment = theme.comments.use[0]
|
|
each name in theme.comments.use
|
|
case name
|
|
when 'Disqus'
|
|
include ./disqus.pug
|
|
when 'Disqusjs'
|
|
include ./disqusjs.pug
|
|
when 'Livere'
|
|
include ./livere.pug
|
|
when 'Gitalk'
|
|
include ./gitalk.pug
|
|
when 'Utterances'
|
|
include ./utterances.pug
|