fix markup error
parent
e12fa3f52c
commit
a78fdc4239
|
@ -88,7 +88,7 @@
|
|||
<div class="pubinfo">
|
||||
<h3 class="book-author">
|
||||
<span itemprop="author">{{ work.authors.0.name }}</span>{% ifequal work.authors.count 2 %}
|
||||
and <span itemprop="author">{{ work.authors.1.name }}
|
||||
and <span itemprop="author">{{ work.authors.1.name }}</span>
|
||||
{% endifequal %}{% if work.authors.count > 2 %}{% for author in work.authors %}{% if not forloop.first %}, <span itemprop="author">{{ author.name }}</span>{% endif %}{% endfor %}
|
||||
{% endif %}
|
||||
</h3>
|
||||
|
|
Loading…
Reference in New Issue