We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68e88c commit fea4b7cCopy full SHA for fea4b7c
_layouts/bib.liquid
@@ -74,13 +74,15 @@
74
{% if coauthor.firstname contains author.first %}
75
{%- assign coauthor_url = coauthor.url -%}
76
{% break %}
77
- {% endif %}
+ {%- endif -%}
78
{% endfor %}
79
{%- endif -%}
80
81
{%- if forloop.length > 1 -%}
82
- {% if forloop.first == false %}, {% endif %}
83
- {%- if forloop.last and author_array_limit == author_array_size %}and {% endif -%}
+ {% if forloop.first == false -%}
+ {%- if forloop.length > 2 %}, {% elsif forloop.length == 2 %} {% endif %}
84
+ {%- endif %}
85
+ {%- if forloop.last and author_array_limit == author_array_size %}and {% endif -%}
86
{% endif %}
87
{%- if author_is_self -%}
88
<em>
0 commit comments