Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 579 Bytes

File metadata and controls

22 lines (21 loc) · 579 Bytes
layout page
title Kategorien
permalink /categories/
{% for tag in site.tags %}
{% capture category_name %}{{ tag | first }}{% endcapture %}

{{ category_name }}

{% for post in site.tags[category_name] %} {% endfor %}
{% endfor %}