9 lines
446 B
Plaintext
9 lines
446 B
Plaintext
<article class="btmRule">
|
|
<h3 itemprop="headline" class="headline"><a href="{{ post.url }}" class="link-unstyled">{{ post.data.title }}</a></h3>
|
|
<time class="headlineSubtext" itemprop="datePublished" datetime="{{ post.date | htmlDateString }}">{{ post.date | readableDate }}</time>
|
|
<div itemprop="articleBody">
|
|
{{ post.content | summerizePost | safe }}
|
|
</div>
|
|
<a href="{{ post.url }}">Continue Reading </a>
|
|
</article>
|