diff --git a/_includes/blog_card.html b/_includes/blog_card.html
index 2643bca4..7ceaa2a6 100644
--- a/_includes/blog_card.html
+++ b/_includes/blog_card.html
@@ -2,7 +2,7 @@
{% assign author = site.data.authors[include.post.author] %}
@@ -20,7 +20,7 @@
{% include tag_cloud.html %}
-
+
Recent Blog Posts
-
+
{% for post in site.posts limit:3 %}
{% if post.url != page.url %}
{% include blog_card.html post=post size='small' %}
diff --git a/_includes/tag_cloud.html b/_includes/tag_cloud.html
index 223a3b59..0629f86d 100644
--- a/_includes/tag_cloud.html
+++ b/_includes/tag_cloud.html
@@ -1,6 +1,6 @@
{% if site.tags.size > 0 %}