summaryrefslogtreecommitdiff
path: root/_site_build/_includes/post_excerpt.html
blob: da5225ffd5ccad58e63b7819b2565d33a904c52c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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 %}
    <span class="categories"> | Posted in {{ post.categories | category_links }}</span>
    {% endif %}
    {% if post.comments and site.disqus_shortname %}
    <span class="comment-count"> | <a href="{{ post.url }}#disqus_thread" data-disqus-identifier="{{ post.url }}">Comments</a></span>
    {% endif %}
  </header>
  {{ post.content | truncate }}
</article>