We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def4dc2 commit bb89eceCopy full SHA for bb89ece
layout/_macro/post.swig
@@ -177,6 +177,13 @@
177
<div class="fb-like" data-layout="button_count" data-share="true"></div>
178
{% endif %}
179
180
+ {% if not is_index and theme.vkontakte_api.enable and theme.vkontakte_api.like %}
181
+ {% if post.categories and post.categories.length and theme.post_meta.categories %}
182
+ <span class="post-meta-divider">|</span>
183
+ {% endif %}
184
+ <div id="vk_like"></div>
185
186
+
187
{# LeanCould PageView #}
188
{% if theme.leancloud_visitors.enable %}
189
<span id="{{ url_for(post.path) }}" class="leancloud_visitors" data-flag-title="{{ post.title }}">
0 commit comments