X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/6c949abba207d1943b6ecb6a727cbd3225346498..6b6fea89388f806b42cda8ec35c52628c426d144:/personal/_layouts/category_feed.html diff --git a/personal/_layouts/category_feed.html b/personal/_layouts/category_feed.html new file mode 100644 index 0000000..db32965 --- /dev/null +++ b/personal/_layouts/category_feed.html @@ -0,0 +1,8 @@ +--- +layout: feed +hide: true +vars: "blog-category.html" +--- + +{% assign posts = site.categories[page.category] %} +{% include post-feed.html posts=posts %}