Override author field for dc:creator

This commit is contained in:
benjamin melançon 2019-01-19 21:19:12 -05:00
parent 3fa7e23d66
commit 8d8992a8b5

View file

@ -0,0 +1,6 @@
<dc:creator>
{% for item in items %}
{% if loop.length > 1 and loop.index == loop.length %}and {% endif %}
{{ item.content }}{% if loop.length > 2 and not loop.last %}, {% endif %}
{% endfor %}
</dc:creator>