diff --git a/index.html b/index.html
index 273874e..2ee88f6 100644
--- a/index.html
+++ b/index.html
@@ -131,11 +131,17 @@ redirect_from:
-
Follow Us
+
Follow Us
Blog, Podcast & Videos
+
+
{% assign all_publications = site.publications | sort: "date" | reverse %}
{% for publication in all_publications limit: 6 %}
@@ -151,10 +157,6 @@ redirect_from:
{% endif %}
{% endfor %}
-
+