+
+
diff --git a/themes/cookbook/layouts/_default/index.json b/themes/cookbook/layouts/_default/index.json
deleted file mode 100644
index 9cfd8ef..0000000
--- a/themes/cookbook/layouts/_default/index.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{{- $.Scratch.Add "index" slice -}}
-{{- range .Site.RegularPages -}}
- {{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "contents" .Plain "permalink" .Permalink "imageLink" .Params.Recipe_image) -}}
-{{- end -}}
-{{- $.Scratch.Get "index" | jsonify -}}
\ No newline at end of file
diff --git a/themes/cookbook/layouts/index.html b/themes/cookbook/layouts/index.html
index bbac98a..4b72129 100644
--- a/themes/cookbook/layouts/index.html
+++ b/themes/cookbook/layouts/index.html
@@ -1,7 +1,5 @@
{{ define "main" }}
{{ range $index, $element := .Site.RegularPages }} {{/* Ranging over all the posts */}}
-
- {{ partial "summary.html" . }} {{/* pass in the element to the partial */}}
-
- {{ end }}
+ {{ partial "summary.html" . }} {{/* pass in the element to the partial */}}
+ {{ end }}
{{ end }}
diff --git a/themes/cookbook/layouts/partials/summary.html b/themes/cookbook/layouts/partials/summary.html
index 9f36099..c561df7 100644
--- a/themes/cookbook/layouts/partials/summary.html
+++ b/themes/cookbook/layouts/partials/summary.html
@@ -1 +1,4 @@
-