Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 518 Bytes

File metadata and controls

24 lines (18 loc) · 518 Bytes
title Events
permalink /events/
redirect_from
/workshops/

{% assign sorted_workshops = site.workshops | sort: 'date' | reverse %} {% for workshop in sorted_workshops %}

[{{ workshop.title }}]({{ workshop.url | relative_url }})

{{ workshop.venue }}
Date: {{ workshop.date | date: "%B %d, %Y" }}
Time: {{ workshop.time }}
Location: {{ workshop.location }}


{% endfor %}