diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-09-04 15:20:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-04 15:20:46 +0300 |
commit | 56713ba25ef51a3d620a535d69c87637ef0913da (patch) | |
tree | a90bcb529e85c136752b38c4c474854790646477 | |
parent | e003ba462573c9b9445c168bc628f41a47e38721 (diff) |
Fix #204
-rw-r--r-- | layouts/_default/list.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.json b/layouts/_default/list.json index f469523..3573050 100644 --- a/layouts/_default/list.json +++ b/layouts/_default/list.json @@ -28,5 +28,5 @@ "summary": {{ jsonify .Summary }} } {{ end }}{{ end }} - ], + ] } |