_layouts/page.html in cosy-jekyll-theme-1.0.7 vs _layouts/page.html in cosy-jekyll-theme-1.0.8

- old
+ new

@@ -1,7 +1,8 @@ <!doctype html> -<html class="no-js" lang="en"> +<html class="no-js" lang="{{site.lang}}"> + {% include head.html %} <body id="page"> {% include header.html %} @@ -9,13 +10,15 @@ <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>&nbsp;&nbsp; 🤦🏼‍️ 🤷🏼‍️ </section> {% endif %} + </article> </div> {% include footer.html %}