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