This commit is contained in:
2020-07-07 18:25:35 +02:00
parent a9c4ac28d4
commit 737534f612
7 changed files with 171 additions and 23 deletions
-1
View File
@@ -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 );