-
-
- {{ .Content }}
-
-
- {{ range .Paginator.Pages }}
- {{- partial "listitem.html" . -}}
- {{- partial "postinfo.html" . -}}
- {{ end }}
-
- {{- partial "pagination.html" . -}}
+ {{ with .Content }}
+
+ {{ . }}
+
+ {{ end }}
+ {{ range .Paginator.Pages }}
+
+ {{ .Render "summary" }}
+
+ {{ end }}
+ {{- partial "pagination.html" . -}}
{{ end }}
diff --git a/themes/chosto/layouts/index.html b/themes/chosto/layouts/index.html
deleted file mode 100644
index 669aa29..0000000
--- a/themes/chosto/layouts/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{{ define "main" }}
-