From d6b2c1a43e0b4b5b9fe60e458fdb2d88220e7104 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 21 May 2024 12:53:38 -0700 Subject: [PATCH] fix: spacing --- 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 293d20f5..3ed49a4e 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 %}