--- layout: default --- Tag #{{page.tag}} Home {% for post in site.posts %} {% if post.tags contains page.tag %} {{ post.title }}{{ post.date | date: "%b %-d, %Y" }} {% endif %} {% endfor %} All tags: {% assign tags = site.tags | sort %} {% for tag in tags %} {{ tag[0] | replace:'-', ' ' }} ({{ tag | last | size }}){% unless forloop.last %}, {% endunless %} {% endfor %}