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

- old
+ new

@@ -1,39 +1,26 @@ <!doctype html> <html class="no-js" lang="{{site.lang}}"> {% include head.html %} - <body id="post"> - {% include header.html %} - <div id="main" role="main"> <article class="hentry"> <div class="entry-content"> - <h1 class="post-title entry-title">{{ page.title }}</h1> - <h4 class="page-info"> <span>Categories:&nbsp;&nbsp;{{page.categories}}</span> <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%Y-%m-%d" }}</time> <div class="qr-text" id="J_qr_text"> <div id="J_qr_code" class="qr-code" onmouseover="this.title='';"></div> </div> </h4> - {{ content }} - {% include buy-me-coffee.html %} - </div> - - {% include disqus.html %} - + {% include gitalk.html %} {% include read-more.html %} - </article> </div> - {% include footer.html %} - </body> </html>