android.moparisthebest.org/source/_includes/archive_post.html

9 lines
464 B
HTML
Raw Normal View History

2011-07-19 22:28:48 -04:00
{% capture category %}{{ post.categories | size }}{% endcapture %}
2011-07-22 00:14:26 -04:00
<h1><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h1>
2011-09-04 09:56:34 -04:00
<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>
2011-07-19 22:28:48 -04:00
{% if category != '0' %}
<footer>
<span class="categories">posted in {{ post.categories | category_links }}</span>
</footer>
{% endif %}