1
Fork 0
theorangeone.net-legacy/layouts/partials/page_data.json

10 lines
313 B
JSON

"{{ .RelPermalink }}": {
"id": "{{ .UniqueID }}",
"title": "{{ lower .Title }}",
"date": "{{ .Date }}",
"url": "{{ .Permalink }}",
"link": "{{ .RelPermalink }}",
"link_title": "{{ .LinkTitle }}",
"parent": "{{ if .Parent }}{{ lower .Parent.Title }}{{ end }}",
"tags": {{ jsonify .Params.tags }}
}