File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
source/css/_common/components Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 11{% if page.comments %}
22 {% if theme.disqus .enable %}
3- {% include ' disqus.swig' %}
3+ {% include ' disqus.swig' %}
44 {% elif theme.livere_uid %}
5- {% include ' livere.swig' %}
5+ {% include ' livere.swig' %}
66 {% elif theme.changyan .enable and theme.changyan .appid and theme.changyan .appkey %}
7- {% include ' changyan.swig' %}
7+ {% include ' changyan.swig' %}
88 {% elif theme.gitment .enable and theme.gitment .client_id %}
9- {% include ' gitment.swig' %}
10- {% elif theme.valine .enable and theme.valine .appid and theme.valine .appkey %}
11- {% include ' valine.swig' %}
9+ {% include ' gitment.swig' %}
1210 {% elif theme.gitalk .enable %}
13- {% include ' gitalk.swig' %}
11+ {% include ' gitalk.swig' %}
1412 {% endif %}
1513{% endif %}
14+
15+ {# Valine Comment Count #}
16+ {% if theme.valine .enable and theme.valine .appid and theme.valine .appkey %}
17+ {% include ' valine.swig' %}
18+ {% endif %}
Original file line number Diff line number Diff line change 1515}
1616
1717if hexo-config ('footer.icon.animated' ) {
18- #animate {
18+ #animate {
1919 animation : iconAnimate 1.33s ease-in-out infinite ;
20- }
20+ }
2121}
2222
2323.with-love {
Original file line number Diff line number Diff line change 7171 }
7272 li .event-past {
7373 background : #FC FC FC
74- padding : 15px 0 15px 10px
74+ padding : 15px 0 15px 10px
7575 & > * {
7676 opacity : .9
7777 }
9797 color : #F F F ! important
9898 }
9999 }
100-
101100 li .event-future {
102101 background : #2 2 2
103102 color : #F F F
You can’t perform that action at this time.
0 commit comments