You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
342 B
16 lines
342 B
9 months ago
|
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
|
||
|
when 'Artalk'
|
||
|
include ./artalk.pug
|