mirror of https://github.com/onweru/compose.git

weru
15.36.2021 5e4de2adde5f40efbbb59fa26c71c1544424cd4b
1
2
3
4
5
6
7
{{- $.Scratch.Add "index" slice -}}
{{- range .Site.Pages -}}
  {{- if ne .Type "search" -}}
    {{- $.Scratch.Add "index" (dict "title" .Title "body" .Plain "link" .Permalink) -}}
  {{- end -}}
{{- end -}}
{{- jsonify (uniq ($.Scratch.Get "index")) -}}