add btn more

This commit is contained in:
2020-05-27 18:49:44 +02:00
parent 8ec1fce306
commit c8b91521ad
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ $args = 'post_type=post&numberposts=3&orderby=date';
$context['posts'] = Timber::get_posts( $args );
Timber::render(['accueil.twig'], $context);
Timber::render('accueil.twig', $context);