mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-06 00:33:39 +00:00
7 lines
227 B
JSON
7 lines
227 B
JSON
[
|
|
{{- range $i, $page := .Site.Pages -}}
|
|
{{- dict "title" $page.Title "content" $page.Plain "href" $page.RelPermalink | jsonify | safeJS -}}
|
|
{{- if ne $i ( sub ( len $.Site.Pages ) 1 ) -}},{{- end -}}
|
|
{{- end -}}
|
|
]
|