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

weru
04.37.2021 9331e4f50b68ebb1dbfeaa01c520b8360d264fb8
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")) -}}