Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.json « _default « layouts - github.com/themefisher/parsa-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 07c707f81843f9be4cb48c59c39d6e23b884b2a6 (plain)
1
2
3
4
5
{{- $.Scratch.Add "index" slice -}}
{{- range .Pages -}}
    {{- $.Scratch.Add "index" (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "contents" .Plain "permalink" .Permalink) -}}
{{- end -}}
{{- $.Scratch.Get "index" | jsonify -}}