Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 672 Bytes

_tags.md

File metadata and controls

33 lines (31 loc) · 672 Bytes
layout title description header group weight
page
Tags
Post tags archive
Posts By Tag
navigation
5

{% include JB/setup %}

All tags:

    {% assign tags_list = site.tags %} {% include JB/tags_list %}

Posts per tag:

{% for tag in site.tags %}

{{ tag[0] }}

    {% 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 %}
{% endfor %}