archives
This commit is contained in:
@@ -12,6 +12,5 @@ $args = array(
|
||||
|
||||
$context['post'] = Timber::get_post();
|
||||
$context['posts'] = Timber::get_posts( $args );
|
||||
$context['terms'] = Timber::get_terms(array( 'taxonomy'=> 'category', 'hide_empty' => true, 'parent' => 0));
|
||||
|
||||
Timber::render('agenda.twig', $context );
|
||||
|
||||
Reference in New Issue
Block a user