add categories
[web.git] / ralf / _layouts / category_index.html
diff --git a/ralf/_layouts/category_index.html b/ralf/_layouts/category_index.html
new file mode 100644 (file)
index 0000000..315dd44
--- /dev/null
@@ -0,0 +1,9 @@
+---
+layout: page
+hide: true
+rss: true
+vars: "blog-category.html"
+---
+
+{% assign posts = site.categories[page.category] %}
+{% include post-list.html posts=posts %}