Disabled disqus
This commit is contained in:
parent
31183b4c2a
commit
921e0e088c
2 changed files with 4 additions and 4 deletions
|
@ -8,16 +8,16 @@
|
|||
|
||||
{% block main_content %}
|
||||
{{ render_blog_post(this) }}
|
||||
{% if this.comments_enabled %}
|
||||
{#% if this.comments_enabled %}
|
||||
<div class="comments center" id="disqus_thread"></div>
|
||||
{% else %}
|
||||
<div class="center block-info">
|
||||
Comments have been disabled in this post, if you want to contact me please <a href="{{ '/contact'|url }}">go ahead</a>!
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %#}
|
||||
{% endblock %}
|
||||
|
||||
{% block endbody %}
|
||||
{{ super() }}
|
||||
{{ disqus_comments_script() }}
|
||||
{# {{ disqus_comments_script() }} #}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue