diff --git a/bookwyrm/templates/book/book.html b/bookwyrm/templates/book/book.html index e6823812..79acffc4 100644 --- a/bookwyrm/templates/book/book.html +++ b/bookwyrm/templates/book/book.html @@ -77,7 +77,7 @@ {% endif %} {% if book.cover %} - + {% include 'snippets/book_cover.html' with size='xxlarge' size_mobile='medium' book=book cover_class='is-h-m-mobile' %} {% include 'book/cover_show_modal.html' with book=book id="cover_show_modal" %}