1
Fork 0

Better JSON linter

This commit is contained in:
Jake Howard 2017-09-30 15:04:04 +01:00
parent c9c90eea4b
commit c227ae41bc
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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 }}
} }