62c9780c | {% capture category %}{{ post.categories | size }}{% endcapture %} |
39d56bc9 | <h1><a href="{{ root_url }}{{ post.url }}">{{post.title}}</a></h1> |
b6f1451b | <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> |
62c9780c | {% if category != '0' %} <footer> <span class="categories">posted in {{ post.categories | category_links }}</span> </footer> {% endif %} |