diff --git a/fedireads/templates/snippets/book_cover.html b/fedireads/templates/snippets/book_cover.html
index 54b22357..3635532e 100644
--- a/fedireads/templates/snippets/book_cover.html
+++ b/fedireads/templates/snippets/book_cover.html
@@ -1,8 +1,8 @@
{% if book.cover %}
-
+
{% else %}
{{ book.title }}
{{ book.authors.first.name }}
diff --git a/fedireads/templates/snippets/cover_alt.html b/fedireads/templates/snippets/cover_alt.html new file mode 100644 index 00000000..055d6510 --- /dev/null +++ b/fedireads/templates/snippets/cover_alt.html @@ -0,0 +1 @@ +'{{ book.title }}' Cover ({% if book.physical_format %}{{ book.physical_format }}{% if book.published_date %}, {% endif %}{% endif %}{% if book.published_date %}{{ book.published_date.year }}{% endif %})