From ae39ee1c2d48899e75acdecff7442b4ef8a4c49c Mon Sep 17 00:00:00 2001 From: Mantas VilĨinskas Date: Sun, 6 Oct 2019 10:28:21 +0300 Subject: Mostly finished API #27 for index, issue, page; remove autorefresh #80 --- layouts/issues/single.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'layouts/issues') diff --git a/layouts/issues/single.json b/layouts/issues/single.json index 897998a..36b0f67 100644 --- a/layouts/issues/single.json +++ b/layouts/issues/single.json @@ -1,12 +1,12 @@ - { - "section": "{{ .Section }}", + "is": "issue", "title": "{{ .Title }}", - "created_at": "{{ .Date }}", + "createdAt": "{{ .Date }}", + "permalink": "{{ .Permalink }}", "severity": "{{ .Params.severity }}", "resolved": "{{ .Params.resolved }}", "informational": "{{ .Params.informational }}", - "resolved_at": "{{ .Params.resolvedWhen }}", + "resolvedAt": "{{ .Params.resolvedWhen }}", "affected": [{{ range $i, $e := .Params.Affected }}{{ if $i }}, {{ end }}"{{ . }}"{{ end }}], "filename": "{{ .File.LogicalName }}", "body": {{ jsonify .Content }} -- cgit v1.2.3-70-g09d2