Merge branch 'main' into production

This commit is contained in:
Mouse Reeve 2021-08-16 14:10:11 -07:00
commit 6bad4abd63

View file

@ -109,7 +109,7 @@
<div class="columns is-multiline is-mobile">
{% for book in books %}
<div class="column is-one-fifth">
{% include 'discover/small-book.html' with book=book %}
{% include 'landing/small-book.html' with book=book %}
</div>
{% endfor %}
</div>