chore: debug
This commit is contained in:
parent
d417ef1eb4
commit
217ce222f3
5 changed files with 18 additions and 4 deletions
|
@ -52,5 +52,5 @@ schema: book
|
|||
{{ book.review | markdown }}
|
||||
<hr class="large-spacing" />
|
||||
{% endif %}
|
||||
{% if book.description %}<em>{{ book.description }}</em>{% endif %}
|
||||
{% if book.description %}{{ book.description | markdown }}{% endif %}
|
||||
</article>
|
Reference in a new issue