X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2cedbd920036c821da952ed585c203699fb499f1..2af997a3ebc742057551ac0de6e750fe728326eb:/ralf/_layouts/category_index.html diff --git a/ralf/_layouts/category_index.html b/ralf/_layouts/category_index.html new file mode 100644 index 0000000..315dd44 --- /dev/null +++ b/ralf/_layouts/category_index.html @@ -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 %}