We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c476f9c commit cb8146cCopy full SHA for cb8146c
1 file changed
_layouts/page.html
@@ -25,14 +25,14 @@ <h1 class="dynamic-title">{{ page.title }}</h1>
25
26
</div>
27
28
+{% if site.disqus.comments and page.comments %}
29
<div class="row">
30
<div class="col-12 col-lg-11 col-xl-8">
31
<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4">
32
- {% if site.disqus.comments and page.comments %}
33
- {% include disqus.html %}
34
- {% endif %}
+ {% include disqus.html %}
35
36
</div> <!-- .pl-1 pr-1 -->
37
</div> <!-- .col-12 -->
38
</div> <!-- .row -->
+{% endif %}
0 commit comments