Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 650 Bytes

File metadata and controls

23 lines (18 loc) · 650 Bytes
title permalink
Events
/events/

These are our events. If you are interested in organizing an event with us, please contact us.

{% assign events = site.events %} {% for event in events reversed %} {% if event.public == nil or event.public == false %} {% continue %} {% endif %}

Speakers: {{ event.speakers | join: ", " }}

{{ event.abstract | markdownify }}

Go to Details

{% endfor %}