Use Twig functions rather than filters
This commit is contained in:
parent
ae2bc2a36f
commit
c4700f7d66
5 changed files with 44 additions and 56 deletions
|
@ -2,7 +2,7 @@
|
|||
<h2>Events</h2>
|
||||
|
||||
{% include "talks-table" with {
|
||||
talks: { talks: [page], event_data: site.events }|all_talks,
|
||||
talks: getAllTalks([page], site.events),
|
||||
talk_page: true
|
||||
} %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue