Do not break document structure with ratings.

This commit is contained in:
Fabien Basmaison 2021-06-09 11:12:38 +02:00
parent b9562e44e3
commit 5047b8bf94

View file

@ -92,7 +92,7 @@
<div class="column is-three-fifths">
<div class="block">
<h3
<div
class="field is-grouped"
itemprop="aggregateRating"
itemscope
@ -110,7 +110,7 @@
{% plural %}
({{ review_count }} reviews)
{% endblocktrans %}
</h3>
</div>
{% with full=book|book_description itemprop='abstract' %}
{% include 'snippets/trimmed_text.html' %}