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:
Juan Carlos Niebles 2024-12-02 11:37:19 -08:00 committed by GitHub
parent a09f15fd99
commit 8babc442a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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