title | layout | excerpt | sitemap | permalink |
---|---|---|---|---|
Presentations |
gridlay |
Presentations |
false |
/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 %}
{% assign number_printed = number_printed | plus: 1 %}
{% if even_odd == 1 %}
{% endif %} {% endfor %}
{% assign even_odd = number_printed | modulo: 2 %} {% if even_odd == 1 %}
{% endif %}
{% for pres in sorted_pres %}
{{ pres.title }}
{{ pres.speaker }} at the {{pres.location}} ({{ pres.date | date: '%-d %B %Y' }}) {{ pres.artifacts }}
{% endfor %}