aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/section/section.json
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-08 23:25:41 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-08 23:25:41 +0200
commitcd6644ea4ddc78597934ab0ef5ba50e3c3daa927 (patch)
tree03de331a8db6386dfd6fa75155bfbcea6b4feaf3 /themes/simple/layouts/section/section.json
parent84ed124529ffeee1590295b8de3a8faf51848680 (diff)
downloadmitjafelicijan.com-cd6644ea4ddc78597934ab0ef5ba50e3c3daa927.tar.gz
Moved to a simpler SSG
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 -}}