diff --git a/src/pages/main/books/book.html b/src/pages/main/books/book.html index fdfc2618..0a57048f 100644 --- a/src/pages/main/books/book.html +++ b/src/pages/main/books/book.html @@ -35,8 +35,8 @@ schema: book
{{ book.title }}
{{ book.rating }}
{% if book.authors %}By {{ book.authors }}{% endif %}{% if book.categories %}{% if book.authors %} • {% endif %}{{ book.categories }}{% endif %}
By {{ book.author }}
Finished on: {{ book.date | date: "%B %e, %Y" }}
View on Open Library
{{ book.description }}