| layout | page |
|---|---|
| title | Tags |
| description | Post tags archive |
| header | Posts By Tag |
| group | navigation |
| weight | 5 |
{% include JB/setup %}
-
{% assign tags_list = site.tags %}
{% include JB/tags_list %}
-
{% assign pages_list = tag[1] %}
{% for node in pages_list %}
{% if node.title != null %}
{% if group == null or group == node.group %}
- {{ node.date | date: "%D" }} {{node.title}} {% endif %} {% endif %} {% endfor %}