From 1b7da45b04d6b7780000eedc16aea71a5f95d22c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 4 Jan 2023 00:18:03 +0100 Subject: [PATCH] Add link to OpenLibrary Signed-off-by: Severin Kaderli --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index ca7739b..0efd2ef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -28,7 +28,7 @@ {% for book in books %} - {{book.title}} + {{book.title}} {{book.author}} {{book.year}} {{book.pages}}