summaryrefslogtreecommitdiff
path: root/_site_build/_includes/post_excerpt.html
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 &raquo;</a>
</article>