remove trailing comma from keywords

This commit is contained in:
Tom Kralidis
2019-04-25 19:39:44 +00:00
parent 1e093542f8
commit 0045f6579c
+1 -2
View File
@@ -19,8 +19,7 @@
Keywords
</div>
<div class="col-sm-8" itemprop="keywords">
{% for v in config['metadata']['identification']['keywords'] %}
{{ v }}, {% endfor %}
{{ config['metadata']['identification']['keywords']|join(', ') }}
</div>
</div>
{% if config['metadata']['identification']['terms_of_service'] %}