_layouts/post.html in cosy-jekyll-theme-1.0.4 vs _layouts/post.html in cosy-jekyll-theme-1.0.5
- old
+ new
@@ -22,10 +22,16 @@
</div>
{% endif %}
</div>
{% endif %}
<h1 class="post-title entry-title">{{ page.title }}</h1>
+
+ <h4 class="page-info">
+ <span>Categories: {{page.categories}}</span>
+ <time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%Y-%m-%d" }}</time>
+ </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">
@@ -37,10 +43,10 @@
<span class="fn">{{ site.owner.name }}</span>
</span>
</footer>
</div>
{% if page.comments != false and site.disqus_shortname %}
- <section id="disqus_thread">Disqus正在推倒墙...</section>
+ <section id="disqus_thread">Disqus评论正在推倒墙......</section>
{% endif %}
{% if site.related_posts.size > 0 %}
{% include read-more.html %}
{% endif %}