X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/6c949abba207d1943b6ecb6a727cbd3225346498..6b6fea89388f806b42cda8ec35c52628c426d144:/personal/_layouts/category_index.html diff --git a/personal/_layouts/category_index.html b/personal/_layouts/category_index.html new file mode 100644 index 0000000..315dd44 --- /dev/null +++ b/personal/_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 %}