|
@@ -15,9 +15,10 @@
|
|
|
|
|
|
$context = Timber::context();
|
|
$context = Timber::context();
|
|
$context['posts'] = new Timber\PostQuery();
|
|
$context['posts'] = new Timber\PostQuery();
|
|
-
|
|
|
|
|
|
+// $context['logo'] = '';
|
|
$templates = array( 'base.twig' );
|
|
$templates = array( 'base.twig' );
|
|
if ( is_home() ) {
|
|
if ( is_home() ) {
|
|
array_unshift(' accueil.twig' );
|
|
array_unshift(' accueil.twig' );
|
|
}
|
|
}
|
|
|
|
+
|
|
Timber::render( $templates, $context );
|
|
Timber::render( $templates, $context );
|