diff --git a/website/common/templates/common/content_page.html b/website/common/templates/common/content_page.html index 42ad7f9..e4be19d 100644 --- a/website/common/templates/common/content_page.html +++ b/website/common/templates/common/content_page.html @@ -11,9 +11,9 @@ {% endblock %} {% block post_content %} - {% include "common/shareon.html" %} - {% if not request.is_preview %} + {% include "common/shareon.html" %} + {% include "common/comments.html" %} {% endif %} {% endblock %}