diff --git a/content/_index.md b/content/_index.md
index 1e415e2..ad5468e 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -10,6 +10,10 @@ where I got a degree in Computer Science. {{< tess >}} is my girlfriend.
I speak English natively, and Spanish too, though I always need more practice.
+## Recent Posts
+
+{{< recent_posts >}}
+
## Hobbies
I have a big appetite for learning new skills, especially things that combine
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
index c2a79c0..f6f9bd0 100644
--- a/layouts/_default/index.html
+++ b/layouts/_default/index.html
@@ -9,32 +9,4 @@
{{ .Content }}
-
-{{ $pages := union .RegularPages .Sections }}
-{{ if .IsHome }} {{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections }}
-{{ end }}
-
-
-
-