Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 619 Bytes

File metadata and controls

25 lines (22 loc) · 619 Bytes
layout page
title Tag
permalink /tag/
{% for tag in site.tags %}

{{ tag | first }}

    {% for post in tag.last %}
  • {{ post.date | date: "%B %e, %Y" }}{{ post.title }}
  • {% endfor %}
{% endfor %}