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"
  }
}
