Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 476 Bytes

blogs.md

File metadata and controls

22 lines (20 loc) · 476 Bytes
layout title
index
Blog

Blog Archive

    {% 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 %}