<article class=“posts”>

<h1>
  <a href="{{ include.post.url }}">{{ include.post.title }}</a>
</h1>
{% if include.post.image %}
<div class="thumbnail-container">
  <a href="{{ include.post.url }}"><img src="{{ include.post.image }}"></a>
</div>
{% endif %}
<p>
  {% include excerpt.html post=post %} <a href="{{ include.post.url }}">Read more</a>
  {% include post-summary-metadata.html post=post %}
</p>

</article>