--- layout: root title: All Authors author: Editor subtitle: "Author List" description: "List of all authors from our archive" --- {% assign authors = site.data.bios | sort %} {% for author in authors %}
{{author[1].firstname}} {{author[1].lastname}} . {{author[1].affiliation}}
{{author[1].bio}}