diff --git a/layouts/_default/home.json b/layouts/_default/home.json index 8fcbca04..d9e6f4f9 100644 --- a/layouts/_default/home.json +++ b/layouts/_default/home.json @@ -1,15 +1,17 @@ {{- $page := . -}} {{- $page.Scratch.Add "paige_index" slice -}} + {{- range where site.RegularPages "Params.paige.search.hide_page" "ne" true -}} -{{- $page.Scratch.Add "paige_index" (dict - "categories" .Params.categories - "date" .PublishDate - "description" (.Description | markdownify | plainify | htmlUnescape) - "keywords" .Params.keywords - "link" .RelPermalink - "tags" .Params.tags - "text" (strings.TrimRight " " (replace (.Plain | htmlUnescape) "\n" " ")) - "title" (.Title | markdownify | plainify | htmlUnescape)) -}} + {{- $page.Scratch.Add "paige_index" (dict + "categories" .Params.categories + "date" .PublishDate + "description" (.Description | markdownify | plainify | htmlUnescape) + "keywords" .Params.keywords + "link" .RelPermalink + "tags" .Params.tags + "text" (strings.TrimRight " " (replace (.Plain | htmlUnescape) "\n" " ")) + "title" (.Title | markdownify | plainify | htmlUnescape)) -}} {{- end -}} + {{- $page.Scratch.Get "paige_index" | jsonify -}}