diff --git a/_includes/news.html b/_includes/news.html
index 307e532dc9af..14d286daa7f2 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 61457dbcf198..cfaeb80386e3 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 b33c498ba7f1..ab6674a90083 100644
--- a/_layouts/about.html
+++ b/_layouts/about.html
@@ -40,26 +40,30 @@
{{ 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 %}
-
+ {%- if page.social %}
+
+
+ {% include social.html %}
+
-
-
-
{%- endif %}
diff --git a/news.html b/news.html
new file mode 100644
index 000000000000..3c4e9b43dce7
--- /dev/null
+++ b/news.html
@@ -0,0 +1,7 @@
+---
+layout: page
+title: news
+permalink: /news/
+---
+
+{% include news.html %}