mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-18 23:51:10 +00:00
10 lines
220 B
HTML
10 lines
220 B
HTML
|
<span class="title">
|
||
|
<a href="/book/{{ book.fedireads_key }}">{{ book.title }}</a>
|
||
|
</span>
|
||
|
{% if book.authors %}
|
||
|
<span class="author">
|
||
|
by {% include 'snippets/authors.html' with book=book %}
|
||
|
</span>
|
||
|
{% endif %}
|
||
|
|