1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-06 07:13:17 +00:00
forgejo/docs/layouts/_default/index.json

6 lines
266 B
JSON
Raw Normal View History

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