_layouts/page.html in cosy-jekyll-theme-1.0.8 vs _layouts/page.html in cosy-jekyll-theme-1.1.0
- old
+ new
@@ -10,15 +10,10 @@
<div id="main" role="main">
<article class="hentry">
<div class="entry-content">
{{ content }}
</div>
-
- {% if page.comments != false and site.disqus_shortname %}
- <section id="disqus_thread">Disqus is climbing the Great Fire Wall of China, Maybe She needs <a href="https://sodatea.github.io/2015/12/23/all-i-know-about-the-wall/" target="_blank" class="need_dotted">a ladder.</a> 🤦🏼️ 🤷🏼️
- </section>
- {% endif %}
-
+ {% include disqus.html %}
</article>
</div>
{% include footer.html %}