summaryrefslogtreecommitdiff
path: root/layouts/_default/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/index.json')
-rw-r--r--layouts/_default/index.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/_default/index.json b/layouts/_default/index.json
deleted file mode 100644
index feeb437..0000000
--- a/layouts/_default/index.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{{- $.Scratch.Add "index" slice -}}
-{{- range site.RegularPages -}}
- {{- if and (not .Params.searchHidden) (ne .Layout `archives`) (ne .Layout `search`) }}
- {{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}}
- {{- end }}
-{{- end -}}
-{{- $.Scratch.Get "index" | jsonify -}}