diff --git a/themes/chosto/layouts/posts/list.html b/themes/chosto/layouts/_default/list.html
similarity index 89%
rename from themes/chosto/layouts/posts/list.html
rename to themes/chosto/layouts/_default/list.html
index e460b3b..c14fca1 100644
--- a/themes/chosto/layouts/posts/list.html
+++ b/themes/chosto/layouts/_default/list.html
@@ -7,6 +7,7 @@
{{ range .Paginator.Pages }}
{{- partial "listitem.html" . -}}
+ {{- partial "postinfo.html" . -}}
{{ end }}
{{- partial "pagination.html" . -}}
diff --git a/themes/chosto/layouts/_default/summary.html b/themes/chosto/layouts/_default/summary.html
index a243e96..2374652 100644
--- a/themes/chosto/layouts/_default/summary.html
+++ b/themes/chosto/layouts/_default/summary.html
@@ -1,13 +1,11 @@
{{ .Summary }}
-
diff --git a/themes/chosto/layouts/partials/footer.html b/themes/chosto/layouts/partials/footer.html
index 5f3a99c..32e4257 100644
--- a/themes/chosto/layouts/partials/footer.html
+++ b/themes/chosto/layouts/partials/footer.html
@@ -9,7 +9,7 @@
diff --git a/themes/chosto/layouts/partials/listitem.html b/themes/chosto/layouts/partials/listitem.html
index 3f5176a..895119b 100644
--- a/themes/chosto/layouts/partials/listitem.html
+++ b/themes/chosto/layouts/partials/listitem.html
@@ -1,9 +1,5 @@