mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
if theme.chatra && theme.chatra.enable
|
|
include ./chatra.pug
|
|
else if theme.tidio && theme.tidio.enable
|
|
include ./tidio.pug
|
|
else if theme.daovoice && theme.daovoice.enable
|
|
include ./daovoice.pug
|
|
else if theme.gitter && theme.gitter.enable
|
|
include ./gitter.pug
|
|
else if theme.crisp && theme.crisp.enable
|
|
include ./crisp.pug |