Add comments and sharing to all content pages

Listing pages already have this block overwritten for pagination
controls
This commit is contained in:
Jake Howard 2022-09-08 14:37:18 +01:00
parent 63909a31c0
commit 8b027206b1
Signed by: jake
GPG Key ID: 57AFB45680EDD477
3 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1 @@
{% extends "common/content_page.html" %}
{% block post_content %}
{% include "common/shareon.html" %}
{% include "common/comments.html" %}
{% endblock %}

View File

@ -10,6 +10,11 @@
{% endif %}
{% endblock %}
{% block post_content %}
{% include "common/shareon.html" %}
{% include "common/comments.html" %}
{% endblock %}
{% block extra_css %}
{% sri_static "css/lite-youtube-embed.css" %}
{% sri_static "contrib/shareon/shareon.min.css" %}

View File

@ -25,5 +25,5 @@
</table>
</section>
{% include "common/shareon.html" %}
{{ block.super }}
{% endblock %}