From 09938710ab9e813387e3f1b41bd4e9e731fdc122 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 5 Jan 2023 17:39:40 +0100 Subject: [PATCH] Adjust outgoing links Signed-off-by: Severin Kaderli --- templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3198e03..23e7905 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}} @@ -41,7 +41,7 @@