Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 1.92 KB

File metadata and controls

72 lines (55 loc) · 1.92 KB
title Presentations
layout gridlay
excerpt Presentations
sitemap false
permalink /presentations/

Related Presentations

{% assign sorted_pres = site.data.preslist | sort: "date" | reverse %}

{% assign number_printed = 0 %} {% for presi in sorted_pres %}

{% assign even_odd = number_printed | modulo: 2 %} {% if presi.highlight == 1 %}

{% if even_odd == 0 %}

{% endif %}

{% endif %} {% endfor %}

{% assign even_odd = number_printed | modulo: 2 %} {% if even_odd == 1 %}

{% endif %}

 

Full list of presentations

{% for pres in sorted_pres %}

{{ pres.title }}
{{ pres.speaker }} at the {{pres.location}} ({{ pres.date | date: '%-d %B %Y' }}) {{ pres.artifacts }}
{% endfor %}