Skip to content

Commit

Permalink
theme: fix template for records without authors
Browse files Browse the repository at this point in the history
Signed-off-by: Dinika <[email protected]>
  • Loading branch information
Dinika authored and jacquerie committed Nov 22, 2017
1 parent 8ab6a1a commit a789b9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{% endif %}
{% endif %}
{% endfor %}
{% if record.authors[0] %}
{% if record.authors is defined %}
({{ render_author_names(record, record.authors[0], show_affiliation = True) }} <i>et al.</i>)
{% endif %}
{% endif %}
Expand Down

0 comments on commit a789b9f

Please sign in to comment.