Better JSON linter
This commit is contained in:
parent
c9c90eea4b
commit
c227ae41bc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"date": "{{ .Date }}",
|
"date": "{{ .Date }}",
|
||||||
"url": "{{ .Permalink }}",
|
"url": "{{ .Permalink }}",
|
||||||
"link": "{{ .RelPermalink }}",
|
"link": "{{ .RelPermalink }}",
|
||||||
"link_title": "{{ .LinkTitle }}"
|
"link_title": "{{ .LinkTitle }}",
|
||||||
"parent": "{{ if .Parent }}{{ lower .Parent.Title }}{{ end }}",
|
"parent": "{{ if .Parent }}{{ lower .Parent.Title }}{{ end }}",
|
||||||
"tags": {{ jsonify .Params.tags }}
|
"tags": {{ jsonify .Params.tags }}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue