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 %}