summaryrefslogtreecommitdiffstats
path: root/blog/_includes/post-excerpt.html
blob: 125e984c248b655b5a1fd2658bb3e8a1ca51f344 (plain) (blame)
1
2
3
4
5
6
7
8
9
{% assign post = include.post %}
<article class="post">
  {% include post-header.html post = post %}
  <section class="post-body">
    {{ post.excerpt }}

    <p><a href="{{ post.url | prepend: site.baseurl }}">{% t global.read_more %}</a></p>
  </section>
</article>