mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
10 lines
No EOL
377 B
JSON
10 lines
No EOL
377 B
JSON
[{{ range $index, $page := .Pages }}{{ if ne $index 0 }},{{ end }}
|
|
{
|
|
"ref": "{{ $page.Permalink }}",
|
|
"title": {{ $page.Title | jsonify }},
|
|
"section": "{{ $page.Section }}",
|
|
"tags": {{ $page.Params.tags | jsonify }},
|
|
"date" : {{ $page.Date.Format "2006.01.02" | jsonify }},
|
|
"body": {{ $page.Plain | jsonify }}
|
|
}
|
|
{{ end }}] |