correction && add form && add slide && add masonry && css

This commit is contained in:
2020-06-07 17:47:49 +02:00
153 changed files with 16750 additions and 162 deletions
+8 -3
View File
@@ -4,9 +4,14 @@
*/
$context = Timber::context();
$timber_post = new Timber\Post();
$context['post'] = $timber_post;
$args = array(
'post_type' => 'les-projets',
'post_status'=>'publish',
);
Timber::render( 'les_projets.twig', $context );
$context['posts'] = Timber::get_posts( $args );
$context['post'] = Timber::get_post( );
Timber::render('les_projets.twig', $context );