Start adding event data, rebuild talks page

This commit is contained in:
Oliver Davies 2017-03-05 22:46:31 +00:00
parent 3f4fac395b
commit 255dc31bae
7 changed files with 170 additions and 98 deletions

View file

@ -2,6 +2,7 @@
use Opdavies\Sculpin\Bundle\ContentGeneratorBundle\SculpinContentGeneratorBundle;
use Opdavies\Sculpin\Bundle\GistEmbedBundle\SculpinGistEmbedBundle;
use Opdavies\Sculpin\Bundle\TwigSortByFieldBundle\SculpinTwigSortByFieldBundle;
use Sculpin\Bundle\SculpinBundle\HttpKernel\AbstractKernel;
use Tsphethean\Sculpin\Bundle\RelatedPostsBundle\SculpinRelatedPostsBundle;
@ -19,6 +20,7 @@ class SculpinKernel extends AbstractKernel
SculpinContentGeneratorBundle::class,
SculpinGistEmbedBundle::class,
SculpinRelatedPostsBundle::class,
SculpinTwigSortByFieldBundle::class,
];
}
}