diff --git a/_layouts/post.liquid b/_layouts/post.liquid index 89e1e6a..5e00c92 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -80,7 +80,7 @@ layout: default {% if page.related_publications %}

References

- {% bibliography --cited_in_order %} + {% bibliography --group_by none --cited_in_order %}
{% endif %}