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