Make the upcoming talks more specific
This commit is contained in:
parent
983acbcd84
commit
9f2deef96c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ use:
|
|||
|
||||
{% set found = false %}
|
||||
{% set year = 0 %}
|
||||
{% set now = 'now'|date_modify('-2 days')|date('U') %}
|
||||
{% set now = 'now'|date('U') %}
|
||||
{% for talk in data.talks|reverse if talk.date >= now %}
|
||||
{% if loop.first %}
|
||||
{% set found = true %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue