summaryrefslogblamecommitdiffstats
path: root/blog/_includes/post-excerpt.html
blob: 73c4478f54c4986e850936b2aec3af5b489102a2 (plain) (tree)
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 }}">{% t global.read_more %}</a></p>
  </section>
</article>