Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 376 Bytes

categories-list.md

File metadata and controls

18 lines (15 loc) · 376 Bytes
layout permalink title
page
/categories-list/
Categories
{% for category in site.categories %}
{% capture category_name %}{{ category | first }}{% endcapture %}

<h3 class="category-head">{{ category_name }}</h3>
{% endfor %}