--- layout: single title: Posts pagination: enabled: true permalink: /posts/ --- {% for post in paginator.posts %}
{{ post.title }}
Posted
{% for cat in post.categories %}
{% if forloop.first %}in {% endif %}{{ cat }}{% unless forloop.last %}, {% endunless %}
{% endfor %}
on {{ post.date | date:"%Y-%m-%d" }}
{% for tag in post.tags %}
{{ tag }}{% unless forloop.last %}, {% endunless %}
{% endfor %}