Skip to content

Latest commit

 

History

History
43 lines (41 loc) · 2 KB

updates.md

File metadata and controls

43 lines (41 loc) · 2 KB
layout title
default
Updates

 {{ page.title }}

{%- assign sorted_updates = site.updates | sort: 'date' | reverse -%} {%- for event in sorted_updates -%} {%- assign event_photo = site.baseurl | append: '/assets/images/' | append: event.photo -%} {%- assign highlight = event.highlight | default: site.default_highlight[event.type] -%}
{%- if event.end_date != null -%} {{- event.end_date | date: "%b" -}}{{event.end_date | date: "%y"}}

{%- endif -%} {{- event.date | date: "%b" -}}{{- event.date | date: "%y" -}}
{% if event.photo != null -%}
{%- endif %} {%- include text_process.md data=event.headline -%} {% if event.location != null -%}
( {{- event.location -}} )
{%- endif %}

{% include text_process.md data=event.content %} {% if event.photo != null -%}
{%- endif %}

{%- endfor %}