fix article list links

This commit is contained in:
James Walker 2013-08-18 20:36:39 -04:00
parent cdd0d75af7
commit 6a84d6b01e

View File

@ -1,4 +1,4 @@
<article class="list"> <article class="list">
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "%B %d" }}</time> <time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "%B %d" }}</time>
<a href="/{{ post.url }}">{{post.title}}</a> <a href="{{ post.url }}">{{post.title}}</a>
</article> </article>