Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 762 Bytes

File metadata and controls

22 lines (18 loc) · 762 Bytes
title permalink
Speakers
/speakers/

These are all speakers that have been featured in our events. If you are interested in speaking at one of our events, please contact us.

{% for speaker in site.speakers %} {% assign speaker_name = speaker.name | default: speaker.title %} {% assign speaker_bio = speaker.bio | default: "" %} {% assign speaker_image = speaker.image %}

{% if speaker_image != nil %} {{ speaker_name }} {% endif %}

{{ speaker_bio }}


{% endfor %}