chore: spoiler banner
This commit is contained in:
parent
00fd39db89
commit
4af46bc36a
2 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ schema: book
|
|||
</div>
|
||||
</div>
|
||||
{% if book.review %}
|
||||
{% render "partials/blocks/banners/warning.liquid", text: "There are probably spoilers after this banner — this is a warning about them." %}
|
||||
{{ book.review | markdown }}
|
||||
<hr />
|
||||
{% endif %}
|
||||
|
|
Reference in a new issue