9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
case theme.comments.use[0]
|
|
when 'Twikoo'
|
|
include ./twikoo.pug
|
|
when 'Valine'
|
|
include ./valine.pug
|
|
when 'Waline'
|
|
include ./waline.pug
|
|
when 'Artalk'
|
|
include ./artalk.pug |