aboutsummaryrefslogtreecommitdiff
path: root/layouts/issues/single.json
blob: 36b0f67fb63e6bf3750a369ff8601032e6203bdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "is": "issue",
  "title": "{{ .Title }}",
  "createdAt": "{{ .Date }}",
  "permalink": "{{ .Permalink }}",
  "severity": "{{ .Params.severity }}",
  "resolved": "{{ .Params.resolved }}",
  "informational": "{{ .Params.informational }}",
  "resolvedAt": "{{ .Params.resolvedWhen }}",
  "affected": [{{ range $i, $e := .Params.Affected }}{{ if $i }}, {{ end }}"{{ . }}"{{ end }}],
  "filename": "{{ .File.LogicalName }}",
  "body": {{ jsonify .Content }}
}