X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2af997a3ebc742057551ac0de6e750fe728326eb..891b4426e3f053e9ffb2c858654a2f77be87016c:/ralf/_layouts/category_feed.html diff --git a/ralf/_layouts/category_feed.html b/ralf/_layouts/category_feed.html index db32965..5dcab9d 100644 --- a/ralf/_layouts/category_feed.html +++ b/ralf/_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 %}