diff --git a/bookwyrm/templates/search_results.html b/bookwyrm/templates/search_results.html index 4c9c23da..cb1fae39 100644 --- a/bookwyrm/templates/search_results.html +++ b/bookwyrm/templates/search_results.html @@ -49,7 +49,7 @@
{% trans "No cover" %}
-- {{ result.title }} + {{ result.title }} + {% if result.author %} - {% blocktrans with author=result.author %}by {{ author }}{% endblocktrans %}{% endif %}{% if result.year %} ({{ result.year }}) + {% blocktrans with author=result.author %}by {{ author }}{% endblocktrans %} + {% endif %} + + {% if result.year %} + ({{ result.year }}) {% endif %}
{% if remote_result %} - + {% endif %}