From 6570244bdb835c31e79e9607eb9101e267870b70 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Wed, 27 Mar 2024 00:33:36 +0100 Subject: [PATCH] SVG: Move title, remove publisher and comlib --- templates/book.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/book.html b/templates/book.html index 52aa854..ef963c2 100644 --- a/templates/book.html +++ b/templates/book.html @@ -19,10 +19,9 @@ {% set name = this.title.split("? ")[0] %} - {{ name }} - {{ this.author }} - {% if this.pub_date and this.publisher %}Published {{ this.pub_date }}, by {{ this.publisher }}{% endif %} - https://comlib.encryptionin.space + {{ name }} + {{ this.author }} + {% if this.pub_date %}Published {{ this.pub_date }}{% endif %} {% endif %}