diff --git a/_includes/navigation.html b/_includes/navigation.html index 4958bfe..a5fc766 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -27,14 +27,18 @@ {% endif %} {% if page.image.feature %}
-
- -
+ {% if site.logo != null %} +
+ +
+ {% endif %}
{% else %}
- -

{{ site.title }}

+ {% if site.logo != null %} + + {% endif %} +

{{ site.title }}

{{ site.description }}

{% endif %}