move to a consistent post listing format

This commit is contained in:
2012-01-04 23:20:59 -05:00
parent 414a5c83bf
commit 5d5bc3f7fc
4 changed files with 9 additions and 11 deletions

View File

@ -8,8 +8,5 @@ title: Blog Archive
{% assign year = this_year %}
<h3>{{ year }}</h3>
{% endunless %}
<div>
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "%B %d" }}</time> &mdash;
<a href="/{{ post.url }}">{{post.title}}</a>
</div>
{% include article_list.html %}
{% endfor %}