We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af528d4 commit abf2943Copy full SHA for abf2943
_includes/masthead.html
@@ -1,7 +1,7 @@
1
{% if site.logo contains "://" %}
2
{% capture logo_path %}{{ site.logo }}{% endcapture %}
3
{% else %}
4
- {% capture logo_path %}{{ site.logo }}{% endcapture %}
+ {% capture logo_path %}{{ site.logo | relative_url }}{% endcapture %}
5
{% endif %}
6
7
<div class="masthead">
0 commit comments