This commit is contained in:
Mouse Reeve
2021-08-07 12:33:45 -07:00
parent 040758c833
commit b5153f3df1
6 changed files with 154 additions and 8 deletions

View File

@ -23,7 +23,7 @@
{% if book.authors %}
<p class="subtitle is-5">
{% trans "by" %}
{% include 'snippets/authors.html' %}
{% include 'snippets/authors.html' with limit=3 %}
</p>
{% endif %}

View File

@ -16,7 +16,7 @@
{% if book.authors %}
<p class="subtitle is-6">
{% trans "by" %}
{% include 'snippets/authors.html' %}
{% include 'snippets/authors.html' with limit=3 %}
</p>
{% endif %}
{% endwith %}