add pages vote

This commit is contained in:
Zhao-Linux 2022-11-16 22:43:03 +07:00
parent 3ee2f2afb0
commit d86f3d8f3e
10 changed files with 310 additions and 1 deletions

View file

@ -2,10 +2,12 @@
{% block js_media %}
{% include "comments/media-js.html" %}
{% include "pagevotes/media-js.html" %}
{% endblock %}
{% block media %}
{% include "comments/media-css.html" %}
{% include "pagevotes/media-css.html" %}
{% endblock %}
{% block title_row %}
@ -46,6 +48,7 @@
{{ post_to_facebook(request, post, '<i class="fa fa-facebook-official"></i>') }}
{{ post_to_twitter(request, SITE_NAME + ':', post, '<i class="fa fa-twitter"></i>') }}
</span>
{% include "pagevotes/list.html" %}
{% include "comments/list.html" %}
{% endblock %}