Remove talk IDs
This commit is contained in:
parent
e1dbd21ef2
commit
b23cdc30c1
23 changed files with 45 additions and 127 deletions
|
@ -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].
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue