adap function php

This commit is contained in:
2020-05-28 09:35:06 +02:00
parent 9c18a8ced4
commit 4bdbddc84d
14 changed files with 207 additions and 334 deletions
+1 -1
View File
@@ -18,6 +18,6 @@ $context['posts'] = new Timber\PostQuery();
$templates = array( 'base.twig' );
if ( is_home() ) {
array_unshift( $templates, 'front-page.twig', 'accueil.twig' );
array_unshift(' accueil.twig' );
}
Timber::render( $templates, $context );