diff --git a/_includes/headertop.html b/_includes/headertop.html
index 318e96f36..209184b7f 100644
--- a/_includes/headertop.html
+++ b/_includes/headertop.html
@@ -56,5 +56,4 @@
-->
-
-
+
diff --git a/feed/blog.xml b/feed/blog.xml
deleted file mode 100644
index 33531390e..000000000
--- a/feed/blog.xml
+++ /dev/null
@@ -1,25 +0,0 @@
----
----
-
-
- https://www.scala-lang.org/blog/
- {{ site.title }} :: Blog
-
-
-
- {{ site.time | date_to_xmlschema }}
-
- École Polytechnique Fédérale de Lausanne
-
- Copyright (c) 2002-{{ site.time | date:"%Y" }} École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland
-
- {% for post in site.categories.blog limit:20 %}
-
- {{ post.title }}
-
- {{ post.date | date_to_xmlschema }}
- https://www.scala-lang.org{{ post.id }}
- {{ post.content | xml_escape }}
-
- {% endfor %}
-
diff --git a/feed/index.xml b/feed/index.xml
index 65b7afcef..6629571c8 100644
--- a/feed/index.xml
+++ b/feed/index.xml
@@ -3,7 +3,7 @@
https://www.scala-lang.org/
- {{ site.title }} :: News
+ {{ site.title }}
@@ -13,7 +13,7 @@
Copyright (c) 2002-{{ site.time | date:"%Y" }} École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland
- {% for post in site.categories.news limit:20 %}
+ {% for post in site.posts limit:20 %}
{{ post.title }}