diff --git a/fedireads/templates/snippets/book_cover.html b/fedireads/templates/snippets/book_cover.html
index 54b223570..3635532e7 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 000000000..055d65103 --- /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 %})