Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 450 Bytes

categories.md

File metadata and controls

21 lines (19 loc) · 450 Bytes
layout title permalink
page
Posts by category
/categories/

{% capture catz %} {% for cat in site.categories %} {{ cat[0] }} {% endfor %} {% endcapture %} {% assign sortedcatz = catz | split:' ' | sort %}

{% for cat in sortedcatz %}

{{ cat }}

{% endfor %}