Skip to content

Commit abf2943

Browse files
dmitrypviBug
authored andcommitted
Update masthead.html (#2332)
* Update masthead.html fix image path in masthead for relative url * Update _includes/masthead.html Co-Authored-By: iBug ♦ <[email protected]>
1 parent af528d4 commit abf2943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/masthead.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% if site.logo contains "://" %}
22
{% capture logo_path %}{{ site.logo }}{% endcapture %}
33
{% else %}
4-
{% capture logo_path %}{{ site.logo }}{% endcapture %}
4+
{% capture logo_path %}{{ site.logo | relative_url }}{% endcapture %}
55
{% endif %}
66

77
<div class="masthead">

0 commit comments

Comments
 (0)