We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c7cf03 commit 1a666faCopy full SHA for 1a666fa
_layouts/post.html
@@ -80,7 +80,7 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
80
</nav>
81
</footer>
82
83
- {% if page.comments != false and jekyll.environment == "production" %}
+ {% if page.comments != false and jekyll.environment == "production" and site.disqus %}
84
{% include disqus.html %}
85
{% endif %}
86
0 commit comments