_layouts/page.html in cosy-jekyll-theme-1.1.1 vs _layouts/page.html in cosy-jekyll-theme-2.0.0

- old
+ new

@@ -1,22 +1,16 @@ <!doctype html> <html class="no-js" lang="{{site.lang}}"> - {% include head.html %} - <body id="page"> - {% include header.html %} - <div id="main" role="main"> <article class="hentry"> <div class="entry-content"> {{ content }} </div> - {% include disqus.html %} + {% include gitalk.html %} </article> </div> - {% include footer.html %} - </body> </html>