We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22258d4 commit 28d9584Copy full SHA for 28d9584
_layouts/post.html
@@ -45,15 +45,5 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
45
{{ content }}
46
</div>
47
48
- {% if jekyll.environment == 'production' -%}
49
- {% if page.comments == false -%}
50
- <div class="comments-disabled-message">
51
- Comments have been disabled for this post.
52
- </div>
53
- {% else -%}
54
- {%- include comments.html -%}
55
- {% endif -%}
56
57
-
58
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
59
</article>
0 commit comments