net/_includes/article_list.html

5 lines
193 B
HTML
Raw Normal View History

<article class="list">
<time datetime="{{ post.date | datetime | date_to_xmlschema }}" pubdate>{{ post.date | date: "%B %d" }}</time>
2013-08-18 20:36:39 -04:00
<a href="{{ post.url }}">{{post.title}}</a>
</article>