This website requires JavaScript.
Explore
Help
Register
Sign In
yul
/
bookwyrm-mastodon
Watch
1
Star
1
Fork
You've already forked bookwyrm-mastodon
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c0dc3c5c05
bookwyrm-mastodon
/
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 12:47:27 -05:00
<
a
href
=
"/author/{{ book.authors.first.id }}"
class
=
"author"
>
{{ book.authors.first.name }}
<
/
a
>