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