{% for post in paginator.posts %}

{{ post.title }}

{% capture month%}{{ post.date | date: "%b" }}{% endcapture %} {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }}

{{ post.excerpt }} {% endfor %}
{% include pagination.liquid %}