From 32c0a32430a97f56970000f9cd23b7c9f5276048 Mon Sep 17 00:00:00 2001 From: Peter Selby Date: Wed, 4 Sep 2024 19:02:08 -0400 Subject: [PATCH] formatting changes --- content/00.front-matter.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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}