layout | title | participants | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
page |
Participants |
|
- {% assign participants = page.participants | sort: "name" %}
{% for p in participants %}
-
{{ p.name }}
{% if p.affiliation != null %} ({{ p.affiliation }}){% endif %}
{% if p.links != null %}
{% for item in p.links %}
({{ item[0] }})
{% endfor %}
{% endif %}
{% if p.talk != null %} Talk: {{ p.talk }}{% endif %}
{% endfor %}
{% if site.data.feedback.size > 0 %}
-
{% for p in site.data.feedback %}
-
{{ p.name }}
{% if p.package != null %} (author of {{ p.package }}){% endif %}
{% if p.feedback != null %} {{ p.feedback }}{% endif %}
{% endfor %}
{% endif %}