{% for post in paginator.posts %}
-
{{ post.date | date: "%b %-d, %Y" }}
{% if post.tags != empty %}
{% for tag in post.tags %}
{{ tag }}{% unless forloop.last %},{% endunless %}
{% endfor %}
{% endif %}
{% endfor %}
{% if paginator.total_pages > 1 %}
{% endif %}