Rename local key and suggest fedireads connectors
This commit is contained in:
parent
0f98610629
commit
ed6fd6d48e
14 changed files with 74 additions and 42 deletions
|
@ -33,7 +33,7 @@
|
|||
{% include 'snippets/book_cover.html' with book=book size="small" %}
|
||||
</td>
|
||||
<td>
|
||||
<a href="/book/{{ book.local_key }}">{{ book.title }}</a>
|
||||
<a href="/book/{{ book.fedireads_key }}">{{ book.title }}</a>
|
||||
</td>
|
||||
<td>
|
||||
{{ book.authors.first.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue