diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index 992a5b88..a4803fee 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -13,7 +13,7 @@ {% if book.subtitle or book.series %} -

+

{% if book.subtitle %} +

{% trans "by" %} {% include 'snippets/authors.html' with book=book %}
{% endif %}