Skip to content

Commit

Permalink
FIX: separated_meta option. [4]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored May 16, 2017
1 parent 957fbbe commit 5dd2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/css/_common/components/post/post.styl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
@import "post-gallery";
@import "post-reward" if hexo-config('alipay') or hexo-config('wechatpay');
@import "post-copyright" if hexo-config('post_copyright.enable');
@import "post-wordcount" if !hexo-config('post_wordcount.separated_meta') or !hexo-config('post_wordcount.separated_meta');
@import "post-wordcount" if !hexo-config('post_wordcount.separated_meta');

0 comments on commit 5dd2d14

Please sign in to comment.