2011-06-27 17:38:51 -04:00
|
|
|
{% capture category %}{{ post.categories | size }}{% endcapture %}
|
2012-02-12 08:12:22 -05:00
|
|
|
{% include post/title.html %}
|
2011-09-04 06:06:20 -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-06-27 17:38:51 -04:00
|
|
|
<footer>
|
2012-02-12 13:27:17 -05:00
|
|
|
{% if linklog %}
|
2012-02-12 08:12:22 -05:00
|
|
|
<a rel="bookmark" href="{{ permalink }}">{{ site.permalink_label }}</a>
|
2012-02-12 13:27:17 -05:00
|
|
|
{% endif %}
|
2012-02-12 08:12:22 -05:00
|
|
|
{% if category != '0' %}
|
2012-02-12 13:27:17 -05:00
|
|
|
{% if linklog %} • {% endif %}
|
|
|
|
<span class="categories">posted in {{ post.categories | category_links }}</span>
|
2012-02-12 08:12:22 -05:00
|
|
|
{% endif %}
|
2011-06-27 17:38:51 -04:00
|
|
|
</footer>
|