Update talks page
This commit is contained in:
parent
d555d31e9d
commit
bf785395d4
2 changed files with 4 additions and 2 deletions
|
@ -37,6 +37,8 @@ class TalksExtension extends AbstractExtension
|
|||
{
|
||||
return [
|
||||
new TwigFilter('events', [$this, 'getEvents']),
|
||||
new TwigFilter('past', [$this, 'filterPast']),
|
||||
new TwigFilter('upcoming', [$this, 'filterUpcoming']),
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue