{% for post in paginator.posts %}
{% capture month%}{{ post.date | date: "%b" }}{% endcapture %} {{ site.data[site.active_lang].strings.date[month]}} {{ post.date | date: "%e, %Y" }}
{{ post.title }} {{ post.excerpt }}
{% endfor %}
{% include pagination.liquid %}