Fixes author page

This commit is contained in:
Mouse Reeve 2021-08-16 13:44:54 -07:00
parent c1afd3f852
commit f93587c0e1

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>