Don't show share buttons in preview
This commit is contained in:
parent
fbef7c61b2
commit
8b37b87a92
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue