blob: 461cb5544a6157f17e51456d92eace5525dbf6c9 (
plain)
1
2
3
4
5
6
7
|
<article class="excerpt">
<header>
<h1><a href="{{ post.url }}" rel="bookmark" target="_self" title="{{ post.title }}">{{ post.title }}</a></h1>
<time datetime="{{ post.date | date: '%Y-%m-%d' }}" pubdate>{{ post.date | date: '%A' }} {{ post.date | ordinalize }} {{ post.date | date: '%B, %Y' }}</time>
</header>
{{ post.content | truncate }}
</article>
|