Skip to content

Commit

Permalink
formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrapiCoordinatorSelby committed Sep 4, 2024
1 parent 479885a commit 8ce7148
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/00.front-matter.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ Published: {{manubot.date_long}}

{% for author in manubot.authors %}
{%- if author.affiliations is defined and author.affiliations|length %}
{{author.affiliations | join('; ')}}
{% for affiliation in author.affiliations %}
{{affiliation}}
<br>
{%- endif %}
</small>
{% endfor %}

::: {#correspondence}
Expand Down

0 comments on commit 8ce7148

Please sign in to comment.