You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.json 266B

12345
  1. {{- $.Scratch.Add "index" slice -}}
  2. {{- range .Site.RegularPages -}}
  3. {{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "contents" .Plain "permalink" .Permalink) -}}
  4. {{- end -}}
  5. {{- $.Scratch.Get "index" | jsonify -}}