mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-12 22:17:06 +08:00
7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
- let defaultComment = theme.comments.use[0]
|
|
each name in theme.comments.use
|
|
case name
|
|
when 'Valine'
|
|
include ./valine.pug
|
|
when 'Facebook Comments'
|
|
include ./facebook_comments.pug |