android.moparisthebest.org/.themes/classic/source/_includes/archive_post.html
2012-02-12 07:12:22 -06:00

10 lines
512 B
HTML

{% capture category %}{{ post.categories | size }}{% endcapture %}
{% include post/title.html %}
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "<span class='month'>%b</span> <span class='day'>%d</span> <span class='year'>%Y</span>"}}</time>
<footer>
<a rel="bookmark" href="{{ permalink }}">{{ site.permalink_label }}</a>
{% if category != '0' %}
&bull; <span class="categories">posted in {{ post.categories | category_links }}</span>
{% endif %}
</footer>