<section class=“post_small”>

<header class="post_small__header">
  <a href="{{ post.url }}" class="post_small__title_link">
    <h3 class="post_small__title">{{ post.title }}</h3>
  </a>

  <div class="post_small__meta">
    {% include translated_date.html date=post.date format="%d %B %Y" %}

    <span class="tag_cloud tags_cloud--inline">
      {% include tags_cloud.html post_tags=post.tags %}
    </span>
  </div>
</header>

<div class="post_small__description">
  <p>
    {{ post.excerpt }}
  </p>
</div>

</section>