diff --git a/templates/apiSearch/index.html.twig b/templates/apiSearch/index.html.twig index 5169264..c3359ae 100644 --- a/templates/apiSearch/index.html.twig +++ b/templates/apiSearch/index.html.twig @@ -11,7 +11,10 @@

{{ book.volumeInfo.title }}

- + {% if book.volumeInfo.imageLinks is defined and book.volumeInfo.imageLinks.smallThumbnail is defined %} + + {% endif %} +