fix logo header

This commit is contained in:
2020-06-28 11:11:59 +02:00
parent 02a856556d
commit 6e390a00dc
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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 );