Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 990 Bytes

events.md

File metadata and controls

27 lines (24 loc) · 990 Bytes
title layout
Education Events
default

Education Events

{% assign sorted_events = (site.events | sort: 'expires') %}

    {% for event in sorted_events %} {%- if event.repeated == false -%} {%- capture nowunix -%}{{'now' | date: '%s'}}{%- endcapture -%} {%- capture expires -%}{{event.expires | date: '%s'}}{%- endcapture -%} {%- if nowunix < expires -%} {{ event.event_date | event_date: date_format }} {{ event.location | escape }} {%- endif -%} {%- endif -%} {% endfor %}
For past events, please see our full list and map, or see events which had a post here