6
0
Fork 0
This repository has been archived on 2024-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
fediversity_website_archive/themes/nluug/layouts/list.searchindex.json

6 lines
227 B
JSON

{{ $index := slice }}
{{ range .Site.RegularPages }}
{{ $index = $index | append (dict "title" .Title "tags" .Params.tags "categories" .Params.categories "content" .Plain "url" .Permalink) }}
{{ end }}
{{ $index | jsonify }}