Path: blob/main/_includes/funding-statement-short.md
1677 views
{% if include.contributions.funding %} {% for id in include.contributions.funding %} {% assign name = site.data.contributors[id].name | default: id -%} {% if site.data.contributors[id].avatar %} {% else %}
{% endif %} {% if site.data.contributors[id].funding_id %} {{ site.data.contributors[id].funding_id }} {% endif %} {% endfor %} {% endif %}