Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 664 Bytes

File metadata and controls

20 lines (19 loc) · 664 Bytes
layout blog
title Blog Posts
permalink /blog/
    {% for post in site.categories.blog %}
  • {{ post.date | date: "%b %d, %Y" }} :: {{ post.title }} @ { {% assign tag = post.tags | sort %} {% for category in tag %}{{ category }}{% if forloop.last != true %},{% endif %}{% endfor %} {% assign tag = nil %} }
  • {% endfor %}