rename main code directory
This commit is contained in:
9
bookwyrm/templates/snippets/book_titleby.html
Normal file
9
bookwyrm/templates/snippets/book_titleby.html
Normal file
@ -0,0 +1,9 @@
|
||||
<span class="title">
|
||||
<a href="/book/{{ book.id }}">{{ book.title }}</a>
|
||||
</span>
|
||||
{% if book.authors %}
|
||||
<span class="author">
|
||||
by {% include 'snippets/authors.html' with book=book %}
|
||||
</span>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user