Skip to content

Commit

Permalink
Fixed Comments false in post not working barryclark#27
Browse files Browse the repository at this point in the history
  • Loading branch information
heiswayi committed May 28, 2019
1 parent 9003296 commit 9ec69bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/comments.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% if site.comments_enabled %}
{% if site.comments_enabled and page.comments %}
<aside id="comments" class="disqus">

<div class="container">
Expand Down

0 comments on commit 9ec69bd

Please sign in to comment.