diff --git a/web/app/themes/la_mine/index.php b/web/app/themes/la_mine/index.php index e42e997f..9749cd4c 100755 --- a/web/app/themes/la_mine/index.php +++ b/web/app/themes/la_mine/index.php @@ -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 ); diff --git a/web/app/themes/la_mine/templates/base.twig b/web/app/themes/la_mine/templates/base.twig index d0a0f22d..58ecb9ac 100644 --- a/web/app/themes/la_mine/templates/base.twig +++ b/web/app/themes/la_mine/templates/base.twig @@ -9,7 +9,7 @@
{% block header %}
- +