blob: 37d30889f242a167bd15e5d4ebf61c1b5d74ed36 (
plain)
1
2
3
4
5
6
7
8
9
10
|
---
layout: default
---
Verfügbare Kategorien:
{% for cat in site.categories %}
- [{{ cat[0] }}]({{ "/category/" | append: cat[0] | append: "/" | relative_url }})
{% endfor %}
|