Override author field for dc:creator
This commit is contained in:
parent
3fa7e23d66
commit
8d8992a8b5
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
Loading…
Reference in a new issue