Update masthead.html (#2332)
* Update masthead.html fix image path in masthead for relative url * Update _includes/masthead.html Co-Authored-By: iBug ♦ <git@ibugone.com>
This commit is contained in:
parent
af528d49ce
commit
abf29432f6
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% if site.logo contains "://" %}
|
{% if site.logo contains "://" %}
|
||||||
{% capture logo_path %}{{ site.logo }}{% endcapture %}
|
{% capture logo_path %}{{ site.logo }}{% endcapture %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% capture logo_path %}{{ site.logo }}{% endcapture %}
|
{% capture logo_path %}{{ site.logo | relative_url }}{% endcapture %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="masthead">
|
<div class="masthead">
|
||||||
|
|
Loading…
Reference in a new issue