This website requires JavaScript.
Explore
Help
Sign In
rafaelcaricio
/
moviewyrm
Watch
1
Star
0
Fork
You've already forked moviewyrm
0
forked from
mirrors/bookwyrm
Code
Issues
4
Pull requests
Projects
Releases
Wiki
Activity
be43e0772c
moviewyrm
/
bookwyrm
/
templates
/
snippets
/
authors.html
2 lines
95 B
HTML
Raw
Normal View
History
Unescape
Escape
Use name field only for author name 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.
2020-12-12 17:47:27 +00:00
<
a
href
=
"/author/{{ book.authors.first.id }}"
class
=
"author"
>
{{ book.authors.first.name }}
<
/
a
>
Reference in a new issue
Copy permalink