mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 19:30:54 +08:00
feat: 添加artalk評論 closed #933 fix: 修復 開啟 archor 後, facebook評論加載不正確的 bug fix: 修復 facebook 評論數無法加載的 bug
12 lines
405 B
Plaintext
12 lines
405 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
|
|
else if theme.messenger && theme.messenger.enable
|
|
include ./messenger.pug |