From 1807bea5fdf85c86e14508ba5514fc02bdc4a99e Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Mon, 22 Dec 2014 12:21:21 -0500 Subject: [PATCH] Fix home linke path --- _includes/navigation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/navigation.html b/_includes/navigation.html index 425f8c3..8021bb5 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -21,16 +21,16 @@ {% if page.image.feature %}
{% if site.logo != null %}
- +
{% endif %}
{% else %}
{% if site.logo != null %} - + {% endif %} -

{{ site.title }}

+

{{ site.title }}

{{ site.description }}

{% endif %}