fix logo header
This commit is contained in:
parent
02a856556d
commit
6e390a00dc
@ -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 );
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<header class="header d-flex justify-content-between">
|
<header class="header d-flex justify-content-between">
|
||||||
{% block header %}
|
{% block header %}
|
||||||
<div class="logoLamine">
|
<div class="logoLamine">
|
||||||
<a class="hdr-logo-link" href="{{site.url}}"><img src="../images/logo_lamine_vect.svg"/></a>
|
<a class="hdr-logo-link" href="{{site.url}}"><img src="{{theme.link}}/asset/images/logo_lamine_vect.svg"/></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="rs row align-items">
|
<div class="rs row align-items">
|
||||||
<div class="facebook">
|
<div class="facebook">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user