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

11 lines
313 B
JSON
Raw Normal View History

2017-09-30 17:37:27 +01:00
"{{ .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 }}
}