forked from mirrors/bookwyrm
31a407d74a
It feels janky to remove a more granular name designation, but all these first/last name fields were algorithmically populated by a dubious process of splitting the name by a space character. If it makes sense to have first/last name fields, it should be re-added with some consideration.
1 line
95 B
HTML
1 line
95 B
HTML
<a href="/author/{{ book.authors.first.id }}" class="author">{{ book.authors.first.name }}</a>
|