diff --git a/src/pages/main/books/index.html b/src/pages/main/books/index.html index 3ed49a4e..5226f8da 100644 --- a/src/pages/main/books/index.html +++ b/src/pages/main/books/index.html @@ -24,7 +24,7 @@ schema: books

{{ book.title }}

{% if book.authors or book.categories %} -

{% if book.authors %}By {{ book.authors }}{% endif %}{% if book.categories %}{% if book.authors %} • {% endif %}{{ book.categories }}{% endif %}

+

{% if book.authors %}By {{ book.authors }}{% endif %}{% if book.categories %}{% if book.authors %} • {% endif %}{{ book.categories }}{% endif %}

{% endif %} {% if book.description %}
{{ book.description }}
{% endif %}