diff --git a/source/_includes/talks-table.html.twig b/source/_includes/talks-table.html.twig index e0649824..a9b347f4 100644 --- a/source/_includes/talks-table.html.twig +++ b/source/_includes/talks-table.html.twig @@ -16,9 +16,10 @@
- {% set today = 'today'|date('Y-m-d') %} {% for row in talks %} - {% include "talks-table-row" %} + {% include "talks-table-row" with { + today: 'today'|date('Y-m-d') + } %} {% endfor %}