X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/6680e4573ec412349c1203d35190831d5219e4f9..78aa53554dc5c4be58333e9481e28c5f09c6a9fc:/personal/_layouts/category_feed.html diff --git a/personal/_layouts/category_feed.html b/personal/_layouts/category_feed.html index db32965..5dcab9d 100644 --- a/personal/_layouts/category_feed.html +++ b/personal/_layouts/category_feed.html @@ -1,8 +1,8 @@ --- layout: feed hide: true -vars: "blog-category.html" --- +{{ page.title | xml_escape }} {% assign posts = site.categories[page.category] %} {% include post-feed.html posts=posts %}