Remove talk IDs

This commit is contained in:
Oliver Davies 2017-09-05 20:22:34 +01:00
parent e1dbd21ef2
commit b23cdc30c1
23 changed files with 45 additions and 127 deletions

View file

@ -13,12 +13,11 @@ Here are a list of my previous conference and user group talks:
{% set events = events|merge([{
date: date,
event: site.events.events[date.event],
talks: data.talks,
}]) %}
{% endif %}
{% endfor %}
{% include 'talks-table' with { events: events } %}
{% include 'talks-table' %}
Upcoming talks can be found on the [talks page][0].