diff --git a/pluma/templates/metadata_template.j2 b/pluma/templates/metadata_template.j2 index df2efa4..66d0430 100644 --- a/pluma/templates/metadata_template.j2 +++ b/pluma/templates/metadata_template.j2 @@ -32,7 +32,7 @@ "email": [ {"value" : "{{ contact.email }}"} ] - } + }{{ "," if not loop.last }} {%- endfor %} ], "themes": [ @@ -42,11 +42,11 @@ {% for concept in theme.concepts %} { "id": "{{ concept }}" - } + }{{ "," if not loop.last }} {% endfor %} ], "scheme": "{{ theme.scheme_url }}" - } + }{{ "," if not loop.last }} {%- endfor %} ], "formats": [