Skip to content

Commit 4cc10b9

Browse files
committed
Add Comments
1 parent ccfad34 commit 4cc10b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/profession-post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1 id="page-title" class="post__title" itemprop="headline">{{ page.title | mark
2222
{{ content }}
2323
</section>
2424

25-
{% if site.comments.provider and page.comments %}
25+
{% if jekyll.environment == 'production' and site.comments.provider and page.comments %}
2626
{% include comments.html %}
2727
{% endif %}
2828
</div>

0 commit comments

Comments
 (0)