Skip to content

Commit

Permalink
ADD: star rating widget. [7]
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored May 31, 2017
1 parent ede932a commit 707c0bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/css/_common/components/post/post.styl
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@
@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');
@import "post-widgets" if (hexo-config('facebook_sdk.enable') and hexo-config('facebook_sdk.like_button')) or (hexo-config('vkontakte_api.enable') and hexo-config('vkontakte_api.like')) or hexo-config('rating.enable');

0 comments on commit 707c0bc

Please sign in to comment.