diff --git a/_layouts/home.html b/_layouts/home.html
index bcce92ab..d1428ebb 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -2,6 +2,8 @@
layout: archive
---
+{{ content }}
+
{{ site.data.ui-text[site.locale].recent_posts | default: "Recent Posts" }}
{% for post in paginator.posts %}
diff --git a/test/index.html b/test/index.html
index b95bb1f5..98d8242c 100644
--- a/test/index.html
+++ b/test/index.html
@@ -2,3 +2,5 @@
layout: home
author_profile: true
---
+
+This text should appear above the recent posts.