Skip to content

Commit

Permalink
Update masthead.html (mmistakes#2332)
Browse files Browse the repository at this point in the history
* Update masthead.html

fix image path in masthead for relative url

* Update _includes/masthead.html

Co-Authored-By: iBug ♦ <git@ibugone.com>
  • Loading branch information
2 people authored and mmistakes committed Dec 19, 2019
1 parent c2e6c5b commit e13c95b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/masthead.html
Original file line number Diff line number Diff line change
@@ -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 %}

<div class="masthead">
Expand Down

0 comments on commit e13c95b

Please sign in to comment.