blob: a823e6208d881c52b325716ce4a05916b91620c4 (
plain) (
blame)
1
2
3
4
5
|
{{- $.Scratch.Add "search" slice -}}
{{- range (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) -}}
{{- $.Scratch.Add "search" (dict "title" .Title "tags" .Params.tags "contents" .Plain "permalink" .Permalink) -}}
{{- end -}}
{{- $.Scratch.Get "search" | jsonify -}}
|