From 8c7dca98b63bed436893f30f57137e2f54899566 Mon Sep 17 00:00:00 2001 From: safisher Date: Wed, 12 Aug 2026 17:29:18 +0100 Subject: [PATCH] Replace contributors table with markdown content --- docs/_includes/doi-template/contributors.html | 23 +++---------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/docs/_includes/doi-template/contributors.html b/docs/_includes/doi-template/contributors.html index 69d580ec..77fe06e5 100644 --- a/docs/_includes/doi-template/contributors.html +++ b/docs/_includes/doi-template/contributors.html @@ -2,24 +2,7 @@

Contributors

{{ page.contributors_intro }}

{{ page.contributors_note }}

- - - - - - - - - - - {% for contributor in page.contributors %} - - - - - - - {% endfor %} - -
NameAffiliationContactORCID
{{ contributor.name }}{{ contributor.affiliation }}{{ contributor.contact }}{{ contributor.orcid }}
+
+
{{ page.contributors | strip | markdownify }}
+