diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2019-10-05 19:43:56 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2019-10-05 19:43:56 +0300 |
commit | 19d5be70f84c21011869b6c8340a0589f353beb8 (patch) | |
tree | c90c955e9ab6845d3e9c703622e6b7b974b2507e /layouts/issues | |
parent | f8bda4294a3fa9af533ca7ab8753663aed7aa7d1 (diff) |
Added API for index, fully added #43 with tweaks to yrly archive
Diffstat (limited to 'layouts/issues')
-rw-r--r-- | layouts/issues/single.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/layouts/issues/single.json b/layouts/issues/single.json index 6287288..897998a 100644 --- a/layouts/issues/single.json +++ b/layouts/issues/single.json @@ -5,10 +5,9 @@ "created_at": "{{ .Date }}", "severity": "{{ .Params.severity }}", "resolved": "{{ .Params.resolved }}", + "informational": "{{ .Params.informational }}", "resolved_at": "{{ .Params.resolvedWhen }}", - "affected": [{{ range $i, $e := .Params.Affected }}{{ if $i }}, {{ end }}'{{ . }}'{{ end }}], - - "body": {{ jsonify .Content }}, - - "filename": "{{ .File.LogicalName }}" + "affected": [{{ range $i, $e := .Params.Affected }}{{ if $i }}, {{ end }}"{{ . }}"{{ end }}], + "filename": "{{ .File.LogicalName }}", + "body": {{ jsonify .Content }} }
\ No newline at end of file |