Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 788 Bytes

events.md

File metadata and controls

21 lines (19 loc) · 788 Bytes
layout title permalink redirect_from
default
Events
/events/
/events.html

Events

Events of interest to the IOI community, listed in reverse chronological order.

{%- assign events = site.data.events.events | where:"type","event" | sort_desc: "start" -%} {%- for event in events -%} {%- assign startdate = event.start | date: "%e %B %Y" -%} {%- assign enddate = event.end | date: "%e %B %Y" -%}

{{ event.title }}

{{ event.start | date: "%A %e %B %Y %R" }}–{%- if enddate != startdate -%}{{ event.end | date: "%A %e %B %Y" | append: " " }}{%- endif -%}{{ event.end | date: "%R" }} {{ event.timezone }}

{{ event.location | markdownify }}

{{ event.description | markdownify }}

{%- endfor -%}