{{ post.title }}

{% for tag in post.tags %} {{ tag }}{% unless forloop.last %},{% endunless %} {% endfor %}
{{ post.date | date: "%-d %B %Y" }}