diff --git a/themes/blueberry/layouts/index.html b/themes/blueberry/layouts/index.html
index 6a01c0c..523a0f6 100644
--- a/themes/blueberry/layouts/index.html
+++ b/themes/blueberry/layouts/index.html
@@ -40,16 +40,6 @@
Query and Filtering Data
{{ end }}
- Latest Posts
-
- {{ $paginator := .Paginate (where .Site.RegularPages "Type" "posts") }}
- {{ range $paginator.Pages }}
- - {{ .Title }}
- {{ end }}
- {{ template "_internal/pagination.html" . }}
-
-
-
{{ end }}
{{ define "footer_js" }}