aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/section/section.json
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/layouts/section/section.json')
-rw-r--r--themes/simple/layouts/section/section.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/simple/layouts/section/section.json b/themes/simple/layouts/section/section.json
deleted file mode 100644
index b8f3786..0000000
--- a/themes/simple/layouts/section/section.json
+++ /dev/null
@@ -1,5 +0,0 @@
1{{- $.Scratch.Add "index" slice -}}
2{{- range .Site.RegularPages -}}
3{{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "type" .Type "permalink" .RelPermalink "summary" .Summary) -}}
4{{- end -}}
5{{- $.Scratch.Get "index" | jsonify -}}