_includes/header.html in jekyll-theme-twenty-0.1.7 vs _includes/header.html in jekyll-theme-twenty-0.1.8
- old
+ new
@@ -1,14 +1,14 @@
<!-- Header -->
<header id="header" {% if layout.name=="home" %}class="alt"{% endif %}>
<h1 id="logo">
<a href="index.html">
- {%- if site.logo %}
+ {%- if site.logo -%}
<img src="{{ site.logo | absolute_url }}" width="32" height="32">
- {%- endif %}
+ {%- endif -%}
{{ site.title }} <span>{% if site.subtitle.size < 16 %} {{ site.subtitle }} {% endif %}</span>
</a>
</h1>
{% include navigation.html menu=include.menu %}
{% include language.html %}
-</header>
\ No newline at end of file
+</header>