Files
bookwyrm-mastodon/fedireads/templates/snippets/book_cover.html
Mouse Reeve bca0a1f32c Snippet for book covers
Fixes #20
2020-02-18 23:03:04 -08:00

2 lines
134 B
HTML

<img class="book-cover {{ size }}" src="{% if book.cover %}/images/{{ book.cover }}{% else %}/static/images/no_cover.jpg{% endif %}">