aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.json
blob: 634e2bcbace1f705ec94c481cb5516f1e3433f8f (plain)
1
2
3
4
5
6
7
8
{
  "is": "page",
  "title": "{{ .Title }}",
  "createdAt": "{{ .Date }}",
  "filename": "{{ .File.LogicalName }}",
  "permalink": "{{ .Permalink }}",
  "body": {{ jsonify .Content }}
}