forked from mirrors/bookwyrm
976e7ddf79
Fixes #93
9 lines
220 B
HTML
9 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 %}
|
|
|