Skip to content

Latest commit

 

History

History
33 lines (31 loc) · 672 Bytes

File metadata and controls

33 lines (31 loc) · 672 Bytes
layout page
title Tags
description Post tags archive
header Posts By Tag
group navigation
weight 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 %}