_layouts/post.html in cosy-jekyll-theme-1.0.5 vs _layouts/post.html in cosy-jekyll-theme-1.0.6

- old
+ new

@@ -1,14 +1,11 @@ <!doctype html> <html class="no-js" lang="en"> -<head> - {% include head.html %} -</head> +{% include head.html %} <body id="post" {% if page.image.feature %}class="feature" {% endif %}> -{% include browser-upgrade.html %} {% include header.html %} <div id="main" role="main"> <article class="hentry"> <div class="entry-content"> @@ -26,25 +23,18 @@ <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 }} - <footer class="entry-meta"> - <span class="entry-tags"> - {% for tag in page.tags %} - <a href="{{ site.url }}/tags#{{ tag }}" title="Pages tagged {{ tag }}" class="tag"> - <span class="term">{{ tag }}</span> - </a> - {% unless forloop.last %}{% endunless %}{% endfor %} - </span> - <span class="author vcard"> - <span class="fn">{{ site.owner.name }}</span> - </span> - </footer> + + {% include buy-me-coffee.html %} + </div> {% if page.comments != false and site.disqus_shortname %} <section id="disqus_thread">Disqus评论正在推倒墙......</section> {% endif %} @@ -52,15 +42,9 @@ {% include read-more.html %} {% endif %} </article> </div> -{% include scripts.html %} - -<div class="footer-wrapper"> - <footer role="contentinfo"> - {% include footer.html %} - </footer> -</div> +{% include footer.html %} </body> </html>