File tree Expand file tree Collapse file tree 5 files changed +16
-37
lines changed
layout/_third-party/analytics Expand file tree Collapse file tree 5 files changed +16
-37
lines changed Original file line number Diff line number Diff line change 33 <script async src=" https://busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" ></script>
44
55 {% if theme.busuanzi_count .total_visitors %}
6- <span class =" site-uv " title= " {{ __('footer.total_visitors') }} " >
6+ <span class =" post-meta-item-icon " >
77 <i class =" fa fa-{{ theme.busuanzi_count.total_visitors_icon }}" ></i>
8+ </span>
9+ <span class =" site-uv" title=" {{ __('footer.total_visitors') }}" >
810 <span class =" busuanzi-value" id=" busuanzi_value_site_uv" ></span>
911 </span>
1012 {% endif %}
1113
14+ {% if theme.busuanzi_count .total_visitors and theme.busuanzi_count .total_views %}
15+ <span class =" post-meta-divider" >|</span>
16+ {% endif %}
17+
1218 {% if theme.busuanzi_count .total_views %}
13- <span class =" site-pv " title= " {{ __('footer.total_views') }} " >
19+ <span class =" post-meta-item-icon " >
1420 <i class =" fa fa-{{ theme.busuanzi_count.total_views_icon }}" ></i>
21+ </span>
22+ <span class =" site-pv" title=" {{ __('footer.total_views') }}" >
1523 <span class =" busuanzi-value" id=" busuanzi_value_site_pv" ></span>
1624 </span>
1725 {% endif %}
1826</div>
1927{% endif %}
20-
Original file line number Diff line number Diff line change 55 display : inline-block ;
66 margin : 10px ;
77 }
8- }
8+
9+ a :hover {
10+ color : $link-hover-color !important ;
11+ }
12+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11@import "gitment" if hexo-config('gitment.enable' );
22@import "han" if hexo-config('han' );
33@import "localsearch" ;
4- @import "busuanzi-counter" ;
54@import "algolia-search" if hexo-config('algolia_search.enable' );
65@import "needsharebutton" if hexo-config('needmoreshare2.enable' );
76@import "related-posts" if hexo-config('related_posts.enable' );
Original file line number Diff line number Diff line change @@ -247,8 +247,7 @@ use_seo = hexo-config('seo');
247247
248248 // Components inside Posts.
249249 .post-button {
250- margin-top : $sidebar-offset ;
251- // padding-bottom : 15px;
250+ margin : $sidebar-offset 0px ;
252251 }
253252 img {
254253 padding : initial !important ;
You can’t perform that action at this time.
0 commit comments