blog-source/themes/next/layout/_partials/post/post-footer.swig
2022-03-15 20:46:31 +08:00

8 lines
155 B
Plaintext

{%- if theme.rating.enable %}
<div class="post-widgets">
<div class="wp_rating">
<div id="wpac-rating"></div>
</div>
</div>
{%- endif %}