Files
wona.github.com/themes/classic/source/_includes/archive_post.html
Brandon Mathis 62c9780c67 Added archive_post partial
Added post_category partial
Added archives page
2011-06-27 17:38:51 -04:00

9 lines
430 B
HTML

{% capture category %}{{ post.categories | size }}{% endcapture %}
<h1><a href="{{ post.url }}">{{post.title}}</a></h1>
<time datetime="{{ post.date | datetime }}" pubdate>{{ post.date | date: "<span class='month'>%b</span> <span class='day'>%d</span> <span class='year'>%Y</span>"}}</time>
{% if category != '0' %}
<footer>
<span class="categories">posted in {{ post.categories | category_links }}</span>
</footer>
{% endif %}