diff --git a/layouts/index.html b/layouts/index.html
index 67e5d48..78c1cdf 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -40,21 +40,24 @@
-
- {{ range first 6 (where .Data.Pages.ByDate "Kind" "page") }}
- {{ if ne .Section "" }}
-
-
-
- {{ .Title }}
- {{ .Summary }}
-
-
-
+
+
Recent Posts
+
+ {{ range first 6 (where .Data.Pages.ByDate "Kind" "page") }}
+ {{ if ne .Section "" }}
+
+
+
+ {{ .Title }}
+ {{ .Summary }}
+
+
+
+ {{ end }}
{{ end }}
- {{ end }}
-
+
+
{{ partial "page_end.html" . }}