X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2af997a3ebc742057551ac0de6e750fe728326eb..3cfb9b10931fa04f01d196f1192fa738520d5b0a:/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 %}