WIP
This commit is contained in:
parent
e1dbd21ef2
commit
54f5ff5814
5 changed files with 45 additions and 3 deletions
|
@ -19,7 +19,7 @@ There is also information about events that I’ve attended and spoken at on my
|
|||
|
||||
{% for date in site.events.dates %}
|
||||
{% if date.date >= 'today'|date('Y-m-d') %}
|
||||
{% set upcoming_events = upcoming_events|reverse|merge([{
|
||||
{% set upcoming_events = upcoming_events|merge([{
|
||||
date: date,
|
||||
event: site.events.events[date.event],
|
||||
talks: data.talks,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue