datat.fi/_includes/masthead.html

21 lines
651 B
HTML
Raw Normal View History

2017-03-07 23:12:17 +02:00
<header id="masthead">
<div class="inner">
<div class="title-area">
{% if page.url == '/' %}
<h1 class="site-title">
<a href="{{ '/' | relative_url }}">
{% if site.image %}<img src="{{ site.image }}" alt="" class="site-image">{% endif %}
{{ site.title | escape }}
</a>
</h1>
{% else %}
<p class="site-title">
<a href="{{ '/' | relative_url }}">
{% if site.image %}<img src="{{ site.image }}" alt="" class="site-image">{% endif %}
{{ site.title | escape }}
</a>
</p>
{% endif %}
</div>
</div>
</header>