Skip to content

Latest commit

 

History

History
46 lines (45 loc) · 1.26 KB

category.md

File metadata and controls

46 lines (45 loc) · 1.26 KB
layout title permalink
page
Categories
/category/

{% for tag in site.categories %}

{{ tag[0] | capitalize }}

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