Add comments and sharing to all content pages
Listing pages already have this block overwritten for pagination controls
This commit is contained in:
parent
63909a31c0
commit
8b027206b1
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1 @@
|
||||||
{% extends "common/content_page.html" %}
|
{% extends "common/content_page.html" %}
|
||||||
|
|
||||||
{% block post_content %}
|
|
||||||
{% include "common/shareon.html" %}
|
|
||||||
{% include "common/comments.html" %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block post_content %}
|
||||||
|
{% include "common/shareon.html" %}
|
||||||
|
{% include "common/comments.html" %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block extra_css %}
|
{% block extra_css %}
|
||||||
{% sri_static "css/lite-youtube-embed.css" %}
|
{% sri_static "css/lite-youtube-embed.css" %}
|
||||||
{% sri_static "contrib/shareon/shareon.min.css" %}
|
{% sri_static "contrib/shareon/shareon.min.css" %}
|
||||||
|
|
|
@ -25,5 +25,5 @@
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include "common/shareon.html" %}
|
{{ block.super }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue