1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-01-13 11:41:00 +01:00
hugo-theme-wondermod/layouts/_default/index.json
2021-01-30 12:53:14 +05:30

8 lines
342 B
JSON

{{- $.Scratch.Add "index" slice -}}
{{- range .Site.RegularPages -}}
{{- if and (not .Params.searchHidden) (ne .Layout `archives`) (ne .Layout `search`) }}
{{- $.Scratch.Add "index" (dict "title" .Title "content" .Plain "permalink" .Permalink "summary" .Summary) -}}
{{- end }}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}