-
Books by {{ author.display_name }}
-
- {% for book in books %}
-
- {% endfor %}
-
+
+
Books by {{ author.display_name }}
+ {% include 'snippets/book_tiles.html' with books=books %}
{% endblock %}
diff --git a/bookwyrm/templates/snippets/book_tiles.html b/bookwyrm/templates/snippets/book_tiles.html
index bb1166257..4fc7df310 100644
--- a/bookwyrm/templates/snippets/book_tiles.html
+++ b/bookwyrm/templates/snippets/book_tiles.html
@@ -1,22 +1,18 @@
-
-
-
- {% for book in books %}
- {% if forloop.counter0|divisibleby:"5" %}
-
-
+
+ {% for book in books %}
+ {% if forloop.counter0|divisibleby:"4" %}
+
+
{% endif %}
-
- {% endfor %}
+
+ {% endfor %}