feat: support book reviews

This commit is contained in:
Cory Dransfeldt 2024-06-02 14:00:39 -07:00
parent abb4ba37f3
commit 80d222cdbc
No known key found for this signature in database
5 changed files with 7 additions and 5 deletions

View file

@ -48,5 +48,6 @@ schema: book
<p class="sub-meta"><a href="https://openlibrary.org/isbn/{{ book.isbn }}" title="View {{ book.title | escape }} on Open Library">View on Open Library</a></p>
</div>
</div>
{% if book.review %}{{ book.review | markdown }}{% endif %}
{% if book.description %}<p><em>{{ book.description }}</em></p>{% endif %}
</article>