diff --git a/_includes/news.html b/_includes/news.html
index 307e532..14d286d 100644
--- a/_includes/news.html
+++ b/_includes/news.html
@@ -1,6 +1,5 @@
-
news
{% if site.news != blank -%}
{%- assign news_size = site.news | size -%}
3 %}style="max-height: 10vw"{% endif %}>
diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html
index 61457db..cfaeb80 100644
--- a/_includes/selected_papers.html
+++ b/_includes/selected_papers.html
@@ -1,5 +1,4 @@
-
selected publications
{% bibliography -f papers -q @*[selected=true]* %}
diff --git a/_layouts/about.html b/_layouts/about.html
index b33c498..ab6674a 100644
--- a/_layouts/about.html
+++ b/_layouts/about.html
@@ -40,26 +40,30 @@ layout: default
{{ content }}
- {% if page.news -%}
- {%- include news.html %}
+ {% if page.news -%}
+
+ {%- include news.html %}
{%- endif %}
+
+
{% if page.selected_papers -%}
-
+
{%- include selected_papers.html %}
{%- endif %}
- {%- if page.social %}
-
-
-
- {% include social.html %}
-
-
{%- endif %}
diff --git a/news.html b/news.html
new file mode 100644
index 0000000..3c4e9b4
--- /dev/null
+++ b/news.html
@@ -0,0 +1,7 @@
+---
+layout: page
+title: news
+permalink: /news/
+---
+
+{% include news.html %}