1
0
Fork 0

book description formatting

This commit is contained in:
Mouse Reeve 2020-01-29 01:25:56 -08:00
parent c5d0e02166
commit 77bab24834
4 changed files with 18 additions and 15 deletions

View file

@ -7,6 +7,7 @@
<h1>{{ book.data.title }}</h1>
by {{ book.authors.first.data.name }}
{{ rating }} stars
<blockquote>{{ book.data.description }}</blockquote>
</div>
<h3>Leave a review</h3>

View file

@ -82,7 +82,7 @@
<a href="{{ activity.book.openlibrary_key }}">{{ activity.book.data.title }}</a>
by
<a href="" class="author">{{ activity.book.authors.first.data.name }}</a>
<blockquote>{{ book.data.description }}</blockquote>
<blockquote>{{ activity.book.data.description }}</blockquote>
</p>
</div>
{% elif activity.fedireads_type == 'Review' %}
@ -95,7 +95,7 @@
<a href="{{ activity.book.openlibrary_key }}">{{ activity.book.data.title }}</a>
by
<a href="" class="author">{{ activity.book.authors.first.data.name }}</a>
<blockquote>{{ book.data.description }}</blockquote>
<blockquote>{{ activity.book.data.description }}</blockquote>
</p>
<h3>{{ activity.name }}</h3>