layout | title | desc | permalink | sitemap | ||
---|---|---|---|---|---|---|
page |
Blog Posts by Tag |
A list of Joe's blog posts organized by tags |
/tag/ |
|
Click on a tag to see relevant list of posts.
-
{% for tag in site.tags %}
{% assign t = tag | first %}
- {{ t | downcase }} {% endfor %}
{% 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 %}