diff --git a/_layouts/default_author.html b/_layouts/default_author.html
index bf0591fa17..6cda56a62d 100644
--- a/_layouts/default_author.html
+++ b/_layouts/default_author.html
@@ -26,6 +26,7 @@
{% include author.html author=author %}
+ Posts
{% include featured_posts.html postsToFilter=featuredPosts %}
@@ -36,7 +37,7 @@
{% if allEvents != empty %}
-
Talks
+Talks
{% endif %} {% for event in allEvents %}
diff --git a/_layouts/default_post.html b/_layouts/default_post.html
index 0d92e59043..767625b125 100644
--- a/_layouts/default_post.html
+++ b/_layouts/default_post.html
@@ -103,10 +103,12 @@
{{ page.title }}
{% include recruitment.html page=page %}
+
Contributors
{% include author_summary.html author-id=page.author %} {% for contributorId in page.contributors %} {% include author_summary.html author-id=contributorId %} {% endfor %} + {% include category_list.html selectedIndex=0 %}
Back to all posts
diff --git a/_layouts/video_post.html b/_layouts/video_post.html
index 06d6760c07..a9c41fcb6e 100644
--- a/_layouts/video_post.html
+++ b/_layouts/video_post.html
@@ -79,6 +79,7 @@
{{ page.title }}
+