1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-23 18:54:10 +00:00

Adds missing template snippet

This commit is contained in:
Mouse Reeve 2020-11-02 09:23:47 -08:00
parent afa2aff30a
commit 30d5846fa4

View file

@ -0,0 +1,2 @@
<strong>{% if link %}<a href="{{ result.key }}">{{ result.title }}</a>{% else %}{{ result.title }}{% endif %}</strong>
{% if result.author %} by {{ result.author }}{% endif %}{% if result.year %} ({{ result.year }}){% endif %}