diff --git a/overrides/main.html b/overrides/main.html
index bd521df..bc0170f 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -52,3 +52,20 @@
{% include "home.html" %}
{% endif %}
{% endblock %}
+{% block disqus %}
+ {{ super() }}
+ {% if page and page.meta and page.meta.post %}
+
+ {% endif %}
+{% endblock %}