blog-source/themes/next/source/css/_common/components/third-party/third-party.styl
2022-03-15 20:46:31 +08:00

8 lines
275 B
Stylus

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