Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 608 Bytes

news.md

File metadata and controls

26 lines (22 loc) · 608 Bytes
layout title
base
Events

📆 Events

    {% assign sorted_events = site.events | sort: 'date' | reverse %} {% for post in sorted_events %}
  • {{ post.date | date: "%-d %B %Y %R" }}, {{ post.place }}, {{ post.title }} {{ post.presenter }}, {{ post.affiliation }}
  • {% endfor %}

🗞️ Past News

    {% assign sorted_news = site.news | sort: 'date' | reverse %} {% for post in sorted_news %}
  • {{ post.date | date: "%-d %B %Y" }}, {{ post.title }}
  • {% endfor %}