diff --git a/src/_layouts/book.html b/src/_layouts/book.html index eafe4fc..3de1562 100644 --- a/src/_layouts/book.html +++ b/src/_layouts/book.html @@ -10,24 +10,15 @@ layout: base

{{ title }}

- {% if subtitle %}

{{ subtitle }}

{% endif %} -
-
-
- Author -
-
{{ author }}
-
- ISBN -
-
{{ isbn }}
-
-
- + {% if subtitle %}

{{ subtitle }}

{% endif %} + {% if author %}by {{ author }}{% endif %} + {% if tags | filter(["catalogue", "book"]) | length > 0 %} + + {% endif %}
{% if image %}
{% image image, "", "" %}