third-party.styl 275 B

1234567
  1. @import 'gitalk' if (hexo-config('gitalk.enable'));
  2. @import 'search' if (hexo-config('local_search.enable') || hexo-config('algolia_search.enable'));
  3. @import 'related-posts' if (hexo-config('related_posts.enable'));
  4. @import 'math' if (hexo-config('math.mathjax.enable'));