{%- assign contributors = site.data.CONTRIBUTORS %} {%- if include.custom %} {%- assign allcontributors = include.custom | split: ", " | sort %} {%- else %} {%- for page in site.pages %} {%- if page.contributors and page.search_exclude != true and page.contributors.size != 0 %} {%- assign pagecontr = page.contributors | join: ", " %} {%- if allcontrstr %} {%- assign allcontrstr = allcontrstr | append: ", " | append: pagecontr %} {%- else %} {%- assign allcontrstr = allcontrstr | append: pagecontr %} {%- endif %} {%- endif %} {%- endfor %} {%- for contr in contributors %} {%- if allcontrstr %} {%- assign allcontrstr = allcontrstr | append: ", " | append: contr[0] %} {%- else %} {%- assign allcontrstr = allcontrstr | append: contr[0] %} {%- endif %} {%- endfor %} {%- assign allcontributors = allcontrstr | split: ", " | uniq | sort %} {%- endif %}
{{ contributor }}
{%- if contributors[contributor].affiliation %}{{ contributors[contributor].affiliation }}
{%- endif %}