Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 665 Bytes

blog.md

File metadata and controls

20 lines (19 loc) · 665 Bytes
layout title permalink
blog
Blog Posts
/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 %}