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 %}