From 81c528e44fc9b21be7b58fe9876d1eae6165d30d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 21 May 2024 12:54:06 -0700 Subject: [PATCH] fix: formatting --- src/pages/main/books/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}