Fix to display references in order of citation (#2855)
"cite_in_order" here contradicts the global group_by year setting in _config.yml
This commit is contained in:
parent
a09f15fd99
commit
8babc442a5
@ -80,7 +80,7 @@ layout: default
|
||||
{% if page.related_publications %}
|
||||
<h2>References</h2>
|
||||
<div class="publications">
|
||||
{% bibliography --cited_in_order %}
|
||||
{% bibliography --group_by none --cited_in_order %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user