<div class=“grid-item” itemprop=“blogPost” itemscope itemtype=“schema.org/BlogPosting”>

<a class="grid-item-body posts-link" href="{{ post.url | prepend: site.baseurl }}" itemprop="url">
  {% if post.image %}
    <figure class="posts__img">
      <img src="{{ post.image }}" alt="{{ post.title }}" data-aos="fade-in" itemprop="image"/>
    </figure>
  {% endif %}
  <div>
    <h2 class="posts__text"><strong itemprop="name">{{ post.title }}</strong> — <span itemprop="description">{{ post.content | strip_html | truncatewords: 35, "" }}</span></h2>
  </div>
</a>

</div>