From 555f1e705b6e86a95d570f0d7ab6c9d5de7aa127 Mon Sep 17 00:00:00 2001
From: Las Zenow
Date: Fri, 21 May 2021 10:49:43 +0000
Subject: [PATCH] Make the search list look better on small screens
---
templates/book_list.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/templates/book_list.html b/templates/book_list.html
index 5f464f7..19c6aab 100644
--- a/templates/book_list.html
+++ b/templates/book_list.html
@@ -14,13 +14,13 @@
{{if .Publisher}}{{.Publisher}}{{end}}
-
+
{{range $i, $author := .Authors}}
{{if $i}}&{{end}}
{{$author}}
{{end}}
-