bookwyrm-mastodon/bookwyrm/templates/snippets/authors.html

2 lines
157 B
HTML
Raw Normal View History

2020-12-17 18:14:52 -05:00
{% for author in book.authors.all %}<a href="/author/{{ author.id }}" class="author">{{ author.name }}</a>{% if not forloop.last %}, {% endif %}{% endfor %}