From 8ce71485b744a96fa28bd8752de8083e9a5c32c2 Mon Sep 17 00:00:00 2001 From: Peter Selby Date: Wed, 4 Sep 2024 18:04:30 -0400 Subject: [PATCH] formatting changes --- content/00.front-matter.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/00.front-matter.md b/content/00.front-matter.md index cb0cfaa..72a37e8 100644 --- a/content/00.front-matter.md +++ b/content/00.front-matter.md @@ -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}} +
{%- endif %} - {% endfor %} ::: {#correspondence}