hexo-theme-redefine
Version:
Redefine your writing with Hexo Theme Redefine.
15 lines (11 loc) • 442 B
text/stylus
if (hexo-config('comment.enable') == true && hexo-config('comment.system') != "") {
if (hexo-config('comment.system') == "waline") {
@require "./waline.styl"
} else if (hexo-config('comment.system') == "gitalk") {
@require "./gitalk.styl"
} else if (hexo-config('comment.system') == "twikoo") {
@require "./twikoo.styl"
} else if (hexo-config('comment.system') == "utterances") {
@require "./utterances.styl"
}
}