Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 311 Bytes

File metadata and controls

10 lines (10 loc) · 311 Bytes
layout info-fluid
permalink /speakers/index.html
{% assign sortedspeakers = site.speakers | sort: "lastName" %} {% for speaker in sortedspeakers %} {% include speaker_thumb.html speaker = speaker %} {% endfor %}