chore: book descriptions
This commit is contained in:
parent
f0246e000b
commit
d08f49032d
4 changed files with 6 additions and 6 deletions
|
@ -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 %}
|
Reference in a new issue