mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Fix home linke path
This commit is contained in:
parent
0e53c446f6
commit
1807bea5fd
1 changed files with 3 additions and 3 deletions
|
@ -21,16 +21,16 @@
|
||||||
{% if page.image.feature %}<header class="masthead">
|
{% if page.image.feature %}<header class="masthead">
|
||||||
{% if site.logo != null %}
|
{% if site.logo != null %}
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<a href="{{ site.url }}" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated bounceInDown"></a>
|
<a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated bounceInDown"></a>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</header><!-- /.masthead -->
|
</header><!-- /.masthead -->
|
||||||
{% else %}<header class="masthead">
|
{% else %}<header class="masthead">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
{% if site.logo != null %}
|
{% if site.logo != null %}
|
||||||
<a href="{{ site.url }}" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated fadeInUp"></a>
|
<a href="{{ site.url }}/" class="site-logo" rel="home" title="{{ site.title }}"><img src="{{ site.url }}/images/{{ site.logo }}" width="200" height="200" alt="{{ site.title }} logo" class="animated fadeInUp"></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<h1 class="site-title animated fadeIn"><a href="{{ site.url }}">{{ site.title }}</a></h1>
|
<h1 class="site-title animated fadeIn"><a href="{{ site.url }}/">{{ site.title }}</a></h1>
|
||||||
<h2 class="site-description animated fadeIn" itemprop="description">{{ site.description }}</h2>
|
<h2 class="site-description animated fadeIn" itemprop="description">{{ site.description }}</h2>
|
||||||
</div>
|
</div>
|
||||||
</header><!-- /.masthead -->{% endif %}
|
</header><!-- /.masthead -->{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue