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>