~xdavidwu/xdavidwu.link

45d72e06f32e3a6e67ce7bf54e7c36b8a825b892 — dmitrypv 4 years ago 43d0ac2
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M _includes/masthead.html
M _includes/masthead.html => _includes/masthead.html +1 -1
@@ 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">