Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 390 Bytes

conferences.md

File metadata and controls

15 lines (11 loc) · 390 Bytes
title permalink
Talks at International/National conferences
/conf_talks/

{% assign confs = site.data.sorted_confs | sort: "date" | reverse %}

{% for talk in confs %} {% assign date_ord = talk.date | date_to_string: "ordinal", "US" %}

{% if talk.title != "" %}

  1. {{talk.title}} at {{talk.location}} - {{date_ord}} {% endif %}

{% endfor %}