diff --git a/content/00.front-matter.md b/content/00.front-matter.md index df56191..25da50d 100644 --- a/content/00.front-matter.md +++ b/content/00.front-matter.md @@ -31,23 +31,23 @@ Published: {{manubot.date_long}} {## Template for listing authors ##} {% for author in manubot.authors %} - **{{author.name}}** - {% if author.corresponding is defined and author.corresponding == true -%}^[✉](#correspondence)^{%- endif -%} - {%- if author.orcid is defined and author.orcid is not none %} +**{{author.name}}** +{% if author.corresponding is defined and author.corresponding == true -%}^[✉](#correspondence)^{%- endif -%} +{%- if author.orcid is defined and author.orcid is not none %} [![ORCID icon](images/orcid.svg){.inline_icon width=16 height=16}](https://orcid.org/{{author.orcid}}) - {%- endif %} +{%- endif %} {% endfor %}

{% for author in manubot.authors %} - {%- if author.affiliations is defined and author.affiliations|length %} - {% for affiliation in author.affiliations %} +{%- if author.affiliations is defined and author.affiliations|length %} +{% for affiliation in author.affiliations %} {{affiliation}}
- {% endfor %} - {%- endif %} +{% endfor %} +{%- endif %} {% endfor %} ::: {#correspondence}