blob: a8ef58ea766e69d17f2a9e2c25248dc102d78aaf (
plain)
1
2
3
4
5
6
7
8
|
<article class="excerpt">
<header>
<h1>{{ post.title }}</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 | text_excerpt }}
<a href="{{ post.url }}" target="_self" title="{{ post.title }}">Click to continue reading »</a>
</article>
|