fix logo header
This commit is contained in:
@@ -15,9 +15,10 @@
|
||||
|
||||
$context = Timber::context();
|
||||
$context['posts'] = new Timber\PostQuery();
|
||||
|
||||
// $context['logo'] = '';
|
||||
$templates = array( 'base.twig' );
|
||||
if ( is_home() ) {
|
||||
array_unshift(' accueil.twig' );
|
||||
}
|
||||
|
||||
Timber::render( $templates, $context );
|
||||
|
||||
Reference in New Issue
Block a user