diff --git a/_includes/latest_posts.html b/_includes/latest_posts.html
deleted file mode 100644
index 0d1a0be..0000000
--- a/_includes/latest_posts.html
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
- {% if site.latest_posts != blank -%}
- {%- assign latest_posts_size = site.posts | size -%}
-
3 %}style="max-height: 60vw"{% endif %}>
-
- {%- assign latest_posts = site.posts -%}
- {% if site.latest_posts.limit %}
- {% assign latest_posts_limit = site.latest_posts.limit %}
- {% else %}
- {% assign latest_posts_limit = latest_posts_size %}
- {% endif %}
- {% for item in latest_posts limit: latest_posts_limit %}
-
- {{ item.date | date: "%b %-d, %Y" }}
-
- {% if item.redirect == blank %}
- {{ item.title }}
- {% elsif item.redirect contains '://' %}
- {{ item.title }}
-
-
-
- {% else %}
- {{ item.title }}
- {% endif %}
-
-
- {%- endfor %}
-
-
- {%- else -%}
-
No posts so far...
- {%- endif %}
-
diff --git a/_includes/related_posts.html b/_includes/related_posts.html
deleted file mode 100644
index df6b3e5..0000000
--- a/_includes/related_posts.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% assign have_related_posts = false %}
-
-{% for post in site.related_posts | limit: site.related_blog_posts.max_related %}
- {% unless have_related_posts %}
- {% assign have_related_posts = true %}
-
-
-
-
-
-
- Enjoy Reading This Article?
- Here are some more articles you might like to read next:
- {% endunless %}
-
-
- {{ post.title }}
-
-{% endfor %}
diff --git a/_includes/selected_papers.html b/_includes/selected_papers.html
index 71e40fc..82f473d 100644
--- a/_includes/selected_papers.html
+++ b/_includes/selected_papers.html
@@ -1,6 +1,5 @@
-
selected publications
+ publications
{% bibliography -f papers -q @*[selected=true]* %}
-
diff --git a/_pages/about.md b/_pages/about.md
index 886d406..a99e490 100644
--- a/_pages/about.md
+++ b/_pages/about.md
@@ -9,7 +9,8 @@ profile:
image_cicular: false # crops the image to make it circular
news: true # includes a list of news items
-
+social: false # includes social icons at the bottom of the
+selected_papers: true
---