diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-10-02 17:19:56 +0300 |
---|---|---|
committer | Mantas Vilčinskas <hi@mnts.lt> | 2021-10-02 17:19:56 +0300 |
commit | eca25190658a7f5771c574287af9a51d7de2355c (patch) | |
tree | fcc8aa3e66a78b482e81cedb744ac05026c48050 | |
parent | cea9c68f55162b1e38b7b5a76021d8c27da6a4c6 (diff) |
affected/list.json - json api serves correct json again BUGFIX
-rw-r--r-- | exampleSite/config.yml | 1 | ||||
-rw-r--r-- | layouts/affected/list.json | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml index 5baf09c..85de8ab 100644 --- a/exampleSite/config.yml +++ b/exampleSite/config.yml @@ -393,6 +393,7 @@ outputs: - html - json - rss + - svg home: - html - json diff --git a/layouts/affected/list.json b/layouts/affected/list.json index 1fde8d1..98b8b92 100644 --- a/layouts/affected/list.json +++ b/layouts/affected/list.json @@ -28,7 +28,7 @@ "summary": {{ jsonify .Summary }} } {{ end }}{{ end }} - ], + ] } |