_layouts/page.html in cosy-jekyll-theme-1.0.5 vs _layouts/page.html in cosy-jekyll-theme-1.0.6
- old
+ new
@@ -1,37 +1,23 @@
<!doctype html>
<html class="no-js" lang="en">
-<head>
- {% include head.html %}
-</head>
+{% include head.html %}
<body id="page">
-{% include browser-upgrade.html %}
{% include header.html %}
<div id="main" role="main">
- <article class="hentry">
- <div class="entry-content">
- {{ content }}
- <footer class="entry-meta">
- {% if page.modified %}<span>Updated on <span class="entry-date date published updated"><time
- datetime="{{ page.modified }}">{{ page.modified | date: "%B %d, %Y" }}</time></span></span>
- <span class="author vcard"><span class="fn">{{ site.owner.name }}</span></span>{% endif %}
- </footer>
- </div>
- {% if page.comments != false and site.disqus_shortname %}
- <section id="disqus_thread">Disqus评论正在推倒墙......</section>
- {% endif %}
- </article>
+ <article class="hentry">
+ <div class="entry-content">
+ {{ content }}
+ </div>
+ {% if page.comments != false and site.disqus_shortname %}
+ <section id="disqus_thread">Disqus评论正在推倒墙......</section>
+ {% endif %}
+ </article>
</div>
-{% include scripts.html %}
-
-<div class="footer-wrapper">
- <footer role="contentinfo">
- {% include footer.html %}
- </footer>
-</div>
+{% include footer.html %}
</body>
</html>