chore: book descriptions

This commit is contained in:
Cory Dransfeldt 2024-06-29 19:38:52 -07:00
parent f0246e000b
commit d08f49032d
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -47,7 +47,7 @@ schema: books
{%- assign percentage = book.progress | append: '%' -%}
{% render "partials/media/progress-bar.liquid", percentage:percentage %}
{% endif %}
{% if book.description %}<blockquote class="description">{{ book.description }}</blockquote>{% endif %}
{% if book.description %}<div class="description">{{ book.description | markdown }}</div>{% endif %}
</div>
</article>
{% endfor %}