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