1
0
Fork 0

Cleans up alt tag generation for covers

This commit is contained in:
Mouse Reeve 2020-05-03 16:22:33 -07:00
parent e9be06538f
commit 984cafb28e
5 changed files with 26 additions and 9 deletions

View file

@ -7,7 +7,7 @@
{% for book in editions %}
<li class="book-preview">
<a href="{{ book.absolute_id }}">
{% include 'snippets/book_cover.html' with book=book %}
{% include 'snippets/book_cover.html' with book=book %}
</a>
{% include 'snippets/shelve_button.html' with book=book %}
</li>