blob: 7edb5a007442149545271a11ca99c9d7ce634a84 (
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, %d %B, %Y' }}</time>
</header>
{{ post.content | text_excerpt }}
<a href="{{ post.url }}" title="{{ post.title }}">Click to continue reading »</a></li>
</article>
|