Update talks page

This commit is contained in:
Oliver Davies 2019-05-20 02:05:00 +01:00
parent d555d31e9d
commit bf785395d4
2 changed files with 4 additions and 2 deletions

View file

@ -37,6 +37,8 @@ class TalksExtension extends AbstractExtension
{
return [
new TwigFilter('events', [$this, 'getEvents']),
new TwigFilter('past', [$this, 'filterPast']),
new TwigFilter('upcoming', [$this, 'filterUpcoming']),
];
}