X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/2af997a3ebc742057551ac0de6e750fe728326eb..bad24f53b3c59cc1d0cbf74b86a19ce25c395e70:/ralf/_layouts/category_feed.html?ds=inline

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"
 ---
 
+<title>{{ page.title | xml_escape }}</title>
 {% assign posts = site.categories[page.category] %}
 {% include post-feed.html posts=posts %}