{% for tag in site.tags %}
-
{% assign pages_list = tag[1] %}
{% for post in pages_list %}
{% if post.title != null %}
{% if group == null or group == post.group %}
- {{ post.title }} {{ post.date | date: "%b %d, %Y" }} {% endif %} {% endif %} {% endfor %} {% assign pages_list = nil %} {% assign group = nil %}
