From 921e0e088cf5538c88d4f26a70abf03a960521d7 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Fri, 27 Sep 2019 19:37:28 +0200 Subject: [PATCH] Disabled disqus --- templates/blog/post.html | 6 +++--- templates/macros/blog.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/blog/post.html b/templates/blog/post.html index 7985334..82cd998 100644 --- a/templates/blog/post.html +++ b/templates/blog/post.html @@ -8,16 +8,16 @@ {% block main_content %} {{ render_blog_post(this) }} - {% if this.comments_enabled %} + {#% if this.comments_enabled %}
{% else %}
Comments have been disabled in this post, if you want to contact me please go ahead!
- {% endif %} + {% endif %#} {% endblock %} {% block endbody %} {{ super() }} - {{ disqus_comments_script() }} + {# {{ disqus_comments_script() }} #} {% endblock %} diff --git a/templates/macros/blog.html b/templates/macros/blog.html index 1174154..5aff205 100644 --- a/templates/macros/blog.html +++ b/templates/macros/blog.html @@ -17,6 +17,6 @@

Edits

{{ post.edit_comment }} {% endif %} -
+ {% endmacro %}