diff --git a/_includes/masthead.html b/_includes/masthead.html index 3fe9fc1c..15be9321 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -1,7 +1,7 @@ {% if site.logo contains "://" %} {% capture logo_path %}{{ site.logo }}{% endcapture %} {% else %} - {% capture logo_path %}{{ site.logo }}{% endcapture %} + {% capture logo_path %}{{ site.logo | relative_url }}{% endcapture %} {% endif %}