We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccfad34 commit 4cc10b9Copy full SHA for 4cc10b9
1 file changed
_layouts/profession-post.html
@@ -22,7 +22,7 @@ <h1 id="page-title" class="post__title" itemprop="headline">{{ page.title | mark
22
{{ content }}
23
</section>
24
25
- {% if site.comments.provider and page.comments %}
+ {% if jekyll.environment == 'production' and site.comments.provider and page.comments %}
26
{% include comments.html %}
27
{% endif %}
28
</div>
0 commit comments