layout | title |
---|---|
index |
Blog |
-
{% for post in site.posts %}
-
{{ post.title }}
{{ post.date | date: "%b %d, %Y" }}Categories: {% for category in post.categories %} {{ category }} {% unless forloop.last %},{% endunless %} {% endfor %}
{% endfor %}