fix link on post page

This commit is contained in:
James Walker 2013-08-21 08:53:58 -04:00
parent eb1443c8c4
commit 3c8a1078ef

View File

@ -7,6 +7,6 @@
</div> </div>
<footer class="meta"> <footer class="meta">
<p>posted in: {{ post.tags | tag_links }}</p> <p>posted in: {{ post.tags | tag_links }}</p>
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>&mdash; <a href="/{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time> <time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>&mdash; <a href="{{ post.url }}">{{ post.date | date: "%B %d, %Y" }}</a></time>
</footer> </footer>
</article> </article>