diff --git a/categories/index.md b/categories/index.md index 3df259c..f4fc299 100644 --- a/categories/index.md +++ b/categories/index.md @@ -3,6 +3,12 @@ title: Categories layout: page --- +
+{% for cat in site.categories %} +{{ cat[0] }} ({{ cat[1].size }}) +{% endfor %} +
+ + +