You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: layout/_macro/post.swig
+9-1
Original file line number
Diff line number
Diff line change
@@ -339,7 +339,14 @@
339
339
</div>
340
340
{% endif %}
341
341
342
-
{% if not is_index %}
342
+
{% if not is_index and (theme.rating.enable) or (theme.vkontakte_api.enable and theme.vkontakte_api.like) or (theme.facebook_sdk.enable and theme.facebook_sdk.like_button) %}
343
+
<div class="post-widgets">
344
+
{% if theme.rating.enable %}
345
+
<div class="wp_rating">
346
+
<div id="wpac-rating"></div>
347
+
</div>
348
+
{% endif %}
349
+
343
350
{% if (theme.vkontakte_api.enable and theme.vkontakte_api.like) or (theme.facebook_sdk.enable and theme.facebook_sdk.like_button) %}
344
351
<div class="social-like">
345
352
{% if theme.vkontakte_api.enable and theme.vkontakte_api.like %}
@@ -355,6 +362,7 @@
355
362
{% endif %}
356
363
</div>
357
364
{% endif %}
365
+
</div>
358
366
{% endif %}
359
367
360
368
{% if not is_index and (post.prev or post.next) %}
0 commit comments