blob: 48e4a1eb4a405e6973f6a471d3706424b5b405a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<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>
{% if post.categories.size != 0 %}
<div class="categories">Posted in {{ post.categories | category_links }}</div>
{% endif %}
</header>
{{ post.content | truncate }}
</article>
|