{% for post in paginator.posts %}
{% capture month%}{{ post.date | date: "%b" }}{% endcapture %}{{ post.date | date: "%d-%m-%Y" }}
{% for tag in post.tags %} {{ tag }}{% unless forloop.last %},{% endunless %} {% endfor %}
{{ post.excerpt }}
{% endfor %}
{% include pagination.liquid %}