Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 867 Bytes

tag.md

File metadata and controls

41 lines (32 loc) · 867 Bytes
layout title desc permalink sitemap
page
Blog Posts by Tag
A list of Joe's blog posts organized by tags
/tag/
priority
0.5

Click on a tag to see relevant list of posts.


{% for tag in site.tags %} {% assign t = tag | first %} {% assign posts = tag | last %}

    {% for post in posts %} {% if post.tags contains t %}
  • {{ post.title }} {{ post.date | date: "%B %-d, %Y" }}
  • {% endif %} {% endfor %}

{% endfor %}