summaryrefslogtreecommitdiff
path: root/_site_build/_includes/post_excerpt.html
blob: 1caf4d5a872ba213c1c25d36c0fa778cdd287fea (plain)
1
2
3
4
5
6
7
<article class="excerpt">
  <header>
    <h1><a href="{{ post.url }}" 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>