{{ .Title }}
+ {{ .Date.Format "Jan 2, 2006" }}+ {{ .Summary }} +
diff --git a/themes/hacksite/layouts/_default/index.html b/themes/hacksite/layouts/_default/index.html
index 95eecf1..db071f8 100644
--- a/themes/hacksite/layouts/_default/index.html
+++ b/themes/hacksite/layouts/_default/index.html
@@ -19,4 +19,26 @@
+ Recent Blog Posts
+ {{ range first 3 .Site.RegularPages }}
+ {{ .Title }}
+ {{ .Date.Format "Jan 2, 2006" }}
+ {{ .Summary }}
+