diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index ff6a38ca..a065f318 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -26,9 +26,9 @@
{{ .Title }}
{{ .Content }}
{{ else }}
{{ range .Pages.ByWeight }}
-
+
{{ end }}
{{ end }}
diff --git a/layouts/index.html b/layouts/index.html
deleted file mode 100644
index 52bd1baf..00000000
--- a/layouts/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{{ define "main" }}
-
-
-
- {{ partial "list-main" . }}
-
-
-{{ end }}
\ No newline at end of file