summaryrefslogtreecommitdiff
path: root/category/index.md
diff options
context:
space:
mode:
authoruvok cheetah2020-01-10 20:50:08 +0100
committeruvok cheetah2020-01-10 20:50:08 +0100
commit02216fce4004ba5008a3a21b349236eeec16c5e9 (patch)
tree4bb15f9f878027dd06be8d11e459533516e13849 /category/index.md
parentffcff707968caef836449084a7aed1848fc56361 (diff)
Add category index
Diffstat (limited to 'category/index.md')
-rw-r--r--category/index.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/category/index.md b/category/index.md
new file mode 100644
index 0000000..37d3088
--- /dev/null
+++ b/category/index.md
@@ -0,0 +1,10 @@
+---
+layout: default
+---
+
+Verfügbare Kategorien:
+
+{% for cat in site.categories %}
+- [{{ cat[0] }}]({{ "/category/" | append: cat[0] | append: "/" | relative_url }})
+{% endfor %}
+