Per RSS conventions multiple authors means multiple dc:creator tags
See http://www.rssboard.org/rss-profile
This commit is contained in:
parent
253e6e9716
commit
8c3e1dcc88
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
||||||
<dc:creator>
|
|
||||||
{% for item in items %}
|
{% for item in items %}
|
||||||
{% if loop.length > 1 and loop.index == loop.length %}and {% endif %}
|
<dc:creator>
|
||||||
{{ item.content }}{% if loop.length > 2 and not loop.last %}, {% endif %}
|
{{ item.content }}
|
||||||
|
</dc:creator>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</dc:creator>
|
|
||||||
|
|
Loading…
Reference in a new issue