Update template lists
This commit is contained in:
parent
99e8853b7f
commit
2f6bb07748
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "{{ .Slug }}",
|
||||
"title": "{{ .Title }}",
|
||||
"title": "{{ .Permalink }}",
|
||||
"permalink": "{{ .Permalink }}",
|
||||
"featuredImage": "{{ .Params.featuredImage }}",
|
||||
"featuredVideo": "{{ .Params.featuredVideo }}",
|
||||
"n":"{{ .Params.n }}",
|
||||
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "{{ .Slug }}",
|
||||
"title": "{{ .Title }}",
|
||||
"permalink": "{{ .Permalink }}"
|
||||
"permalink": "{{ .Permalink }}",
|
||||
"content": "{{ .Content | jsonify }}"
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
{{ with .Section }}"section" : "{{ . }}",{{ end }}
|
||||
"count" : "{{ len .Data.Pages }}",
|
||||
"items" : [{{ range $i, $e := .Data.Pages }}
|
||||
{{ if $i }}, {{ end }}{{ .Render "item_reduced" }}
|
||||
{{ if $i }}, {{ end }}{{ .Render "item" }}
|
||||
{{ end }}]
|
||||
}
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue
Block a user