Bug fixes and absolute ids
This commit is contained in:
parent
3e434077f9
commit
b6964dd8aa
8 changed files with 37 additions and 29 deletions
|
@ -92,7 +92,7 @@
|
|||
<img src="/images/{{ book.cover }}" class="book-cover small">
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{ book.openlibrary_key }}">{{ book.data.title }}</a>
|
||||
<a href="/book/{{ book.openlibrary_key }}">{{ book.data.title }}</a>
|
||||
</td>
|
||||
<td>
|
||||
{{ book.authors.first.data.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue